Thanks to visit codestin.com Credit goes to github.com
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 7d258c1 commit 39b0b24Copy full SHA for 39b0b24
.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@v4
+ uses: actions/setup-go@v5
29
with:
30
go-version: 1.20.6
31
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
timeout-minutes: 5
21
steps:
22
23
24
go-version: "1.20"
id: go
@@ -54,7 +54,7 @@ jobs:
54
- "1.5.*"
55
56
57
58
59
60
@@ -84,7 +84,7 @@ jobs:
84
85
86
87
88
89
90
0 commit comments