We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a336507 commit 99f1e9aCopy full SHA for 99f1e9a
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
run: git fetch --prune --unshallow
26
27
- name: Set up Go
28
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v3
29
with:
30
go-version: 1.17
31
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
20
21
- uses: actions/setup-go@v2.1.3
22
23
go-version: '1.17'
24
id: go
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
54
55
0 commit comments