Skip to content

Commit

Permalink
attempt to fix golangci-lint (golangci/golangci-lint#3420), theoretic…
Browse files Browse the repository at this point in the history
…ally fixed in #2204)
  • Loading branch information
trajan0x committed Mar 21, 2024
1 parent c15ddf6 commit 275bb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ jobs:
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 275bb8f

Please sign in to comment.