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 98cd978 commit c8be189Copy full SHA for c8be189
.github/workflows/go.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
- name: Setup go
9
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
10
with:
11
go-version: "^1"
12
- name: Checkout repository
@@ -35,7 +35,7 @@ jobs:
35
36
37
- name: Set up Go ${{ matrix.go }}
38
39
40
go-version: ${{ matrix.go }}
41
.github/workflows/goreleaser.yml
@@ -18,7 +18,7 @@ jobs:
18
fetch-depth: 0
19
20
21
22
23
go-version-file: go.mod
24
check-latest: true
0 commit comments