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 cd41da2 commit b69406fCopy full SHA for b69406f
.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@v3
+ uses: actions/setup-go@v4
29
with:
30
go-version: 1.17
31
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
timeout-minutes: 5
18
steps:
19
20
21
22
go-version: "1.20"
23
id: go
@@ -50,7 +50,7 @@ jobs:
50
- "1.4.*"
51
52
53
54
55
56
@@ -80,7 +80,7 @@ jobs:
80
81
82
83
84
85
86
0 commit comments