We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92ffe78 + ea854d0 commit 7645e9eCopy full SHA for 7645e9e
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b #v4.1.4
24
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 #v5.0.1
25
with:
26
- go-version: 1.21
+ go-version: 1.22
27
- run: go get -v -t -d ./...
28
- run: go build -v .
29
- - run: go test ./... --coverprofile=cover.out
+ - run: go test ./... --coverprofile=cover.out
.github/workflows/release.yml
@@ -12,4 +12,4 @@ jobs:
12
13
- uses: cli/gh-extension-precompile@v1
14
15
- go_version: 1.21
+ go_version: 1.22
0 commit comments