We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d1e4db commit 25b14dbCopy full SHA for 25b14db
.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/setup-go@v4
15
with:
16
- go-version: '1.21'
+ go-version: '1.22'
17
cache: false
18
- uses: actions/checkout@v3
19
- name: golangci-lint
.github/workflows/pr.yml
@@ -10,6 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
go: [
+ '1.22',
'1.21',
'1.20',
'1.19',
0 commit comments