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 5832ddb commit af10a72Copy full SHA for af10a72
.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@v3
+ uses: actions/setup-go@v5
10
with:
11
go-version: '^1'
12
- name: Checkout repository
@@ -47,7 +47,7 @@ jobs:
47
redis-cli -h 127.0.0.1 -p 6379 cluster nodes
48
49
- name: Set up Go ${{ matrix.go }}
50
51
52
go-version: ${{ matrix.go }}
53
.github/workflows/goreleaser.yml
@@ -19,7 +19,7 @@ jobs:
19
fetch-depth: 0
20
-
21
name: Set up Go
22
- uses: actions/setup-go@v2
23
24
go-version: 1.17
25
0 commit comments