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 a4610ba commit 001f086Copy full SHA for 001f086
2 files changed
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Go
19
uses: actions/setup-go@v3
20
with:
21
- go-version: 1.18
+ go-version: 1.21
22
23
- name: Build
24
run: go build -v ./...
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
- name: GoReleaser Action
uses: goreleaser/goreleaser-action@v2.9.1
0 commit comments