Skip to content

Commit 275bb8f

Browse files
committed
attempt to fix golangci-lint (golangci/golangci-lint#3420), theoretically fixed in #2204)
1 parent c15ddf6 commit 275bb8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ jobs:
331331
with:
332332
# see: https://github.com/golangci/golangci-lint/issues/3420, moving to go 1.20 requires a new golangci-lint version
333333
# TODO: with this being 3 behind this should be done sooner rather than later.
334-
go-version: 1.19.x
334+
go-version: 1.21.x
335335

336336
- uses: actions/checkout@v4
337337
with:

0 commit comments

Comments
 (0)