Skip to content

Commit

Permalink
chore: upgrade golangci-lint and support Go 1.23
Browse files Browse the repository at this point in the history
- Update golangci-lint-action from version 5 to version 6
- Add Go version 1.23 to the list of supported versions

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Sep 4, 2024
1 parent 1455729 commit 4e1539f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
go-version-file: go.mod
check-latest: true
- name: Setup golangci-lint
uses: golangci/golangci-lint-action@v5
uses: golangci/golangci-lint-action@v6
with:
args: --verbose
test:
strategy:
matrix:
os: [ubuntu-latest]
go: ["1.20", 1.21, 1.22]
go: ["1.20", 1.21, 1.22, 1.23]
include:
- os: ubuntu-latest
go-build: ~/.cache/go-build
Expand Down

0 comments on commit 4e1539f

Please sign in to comment.