Skip to content

Commit 021f1b4

Browse files
committed
cd: use go1.23 for golangci-lint
1 parent be0aa70 commit 021f1b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
golangci:
1717
strategy:
1818
matrix:
19-
go: ['1.21', '1.22']
19+
go: ['1.22', '1.23']
2020
name: lint
2121
runs-on: ubuntu-latest
2222
steps:

0 commit comments

Comments
 (0)