Skip to content

Commit

Permalink
fix golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Mar 21, 2024
1 parent 3312b99 commit dd7eb11
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
# see: https://github.com/golangci/golangci-lint/issues/3420, moving to go 1.20 requires a new golangci-lint version
# TODO: with this being 3 behind this should be done sooner rather than later.
go-version: 1.19.x
go-version: 1.21.x

- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit dd7eb11

Please sign in to comment.