Skip to content

Commit

Permalink
update(github): action version with v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Matrix-X committed Jun 22, 2024
1 parent e606f3f commit e0c06aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
go-version: 1.21

- name: Build
run: cd cmd/server && go build
run: go build cmd/server/powerx.go

2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
with:
go-version: 1.21
- name: Test
run: cd cmd/server && go test
run: go test cmd/server/powerx.go

0 comments on commit e0c06aa

Please sign in to comment.