We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe7c2f commit a8a91f8Copy full SHA for a8a91f8
.github/workflows/ci.yml
@@ -7,10 +7,10 @@ jobs:
7
strategy:
8
matrix:
9
go-version:
10
- - 1.18.x
11
- 1.19.x
12
- 1.20.x
13
- 1.21.x
+ - 1.22.x
14
runs-on: ubuntu-latest
15
steps:
16
- name: Set up Go 1.x
appveyor.yml
@@ -10,7 +10,7 @@ cache:
- '%LocalAppData%\go-build'
- '%GOPATH%\pkg\mod'
-stack: go 1.19
+stack: go 1.22
install:
- go mod download
0 commit comments