We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 492bda2 commit f496aeaCopy full SHA for f496aea
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v3
15
- uses: actions/setup-go@v3
16
with:
17
- go-version: 1.20.x
+ go-version: 1.22.x
18
- run: go mod download
19
- run: go test -v ./...
20
- run: go build -v .
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
0 commit comments