Skip to content

Commit

Permalink
fixes github action
Browse files Browse the repository at this point in the history
Signed-off-by: Min Jin <[email protected]>
  • Loading branch information
yue9944882 committed Jan 16, 2025
1 parent e763c8d commit 14aa44c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,17 @@ jobs:
steps:

- name: Set up Go 1.x
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.19.3
go-version: 1.23.1
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: v1.46
version: v1.63.4
args: "--disable-all --no-config -E gofmt"
- run: go vet ./pkg/...
- run: go vet ./sample/...
- run: go vet ./tools/...
Expand Down

0 comments on commit 14aa44c

Please sign in to comment.