8000
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 9236b0e commit 6a84f83Copy full SHA for 6a84f83
.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
@@ -51,7 +51,7 @@ jobs:
51
- "1.5.*"
52
53
54
55
56
57
@@ -81,7 +81,7 @@ jobs:
81
82
83
84
85
86
87
0 commit comments