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 6fd28b6 commit 9c16bbdCopy full SHA for 9c16bbd
.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@v4
+ uses: actions/setup-go@v5
10
with:
11
go-version: "^1"
12
- name: Checkout repository
@@ -38,7 +38,7 @@ jobs:
38
slave1-port: 6380
39
40
- name: Set up Go ${{ matrix.go }}
41
42
43
go-version: ${{ matrix.go }}
44
.github/workflows/goreleaser.yml
@@ -17,7 +17,7 @@ jobs:
17
18
fetch-depth: 0
19
- name: Set up Go
20
21
22
23
- name: Run GoReleaser
0 commit comments