We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 418b6d7 commit a723e74Copy full SHA for a723e74
.github/workflows/go.yml
@@ -10,7 +10,7 @@ jobs:
10
golangci:
11
strategy:
12
matrix:
13
- go-version: [ '1.16','1.17','1.18','1.19','1.20','1.21.4','1.22' ]
+ go-version: [ '1.16','1.17','1.18','1.19','1.20','1.21.4' ]
14
name: golangci-lint
15
runs-on: ubuntu-latest
16
steps:
0 commit comments