We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca56f5 commit 490b030Copy full SHA for 490b030
.github/workflows/ci.yaml
@@ -16,9 +16,9 @@ jobs:
16
fetch-depth: 0
17
18
- name: Setup Go
19
- uses: actions/setup-go@v1
+ uses: actions/setup-go@v3
20
with:
21
- go-version: 1.21
+ go-version: 1.23.1
22
23
- name: Build
24
run: make build
.github/workflows/release.yaml
@@ -31,7 +31,7 @@ jobs:
31
32
uses: actions/setup-go@v3
33
34
35
36
- name: Run GoReleaser
37
uses: goreleaser/goreleaser-action@v3
0 commit comments