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 96e1c92 commit 31e0ee4Copy full SHA for 31e0ee4
.github/workflows/go.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
steps:
24
- name: Setup go
25
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
26
with:
27
go-version: "^1"
28
- name: Checkout repository
@@ -47,7 +47,7 @@ jobs:
47
GOPROXY: https://proxy.golang.org
48
49
- name: Set up Go ${{ matrix.go }}
50
51
52
go-version: ${{ matrix.go }}
53
.github/workflows/goreleaser.yml
@@ -17,7 +17,7 @@ jobs:
17
18
fetch-depth: 0
19
- name: Set up Go
20
21
- name: Run GoReleaser
0 commit comments