We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f5bb2 commit 21cf7d2Copy full SHA for 21cf7d2
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/checkout@v2
10
with:
11
fetch-depth: 0
12
- - uses: actions/setup-go@v2
+ - uses: actions/setup-go@v5
13
14
go-version: ^1
15
check-latest: true
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
28
29
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
16
17
18
19
go-version: 1.19
20
cache: true
0 commit comments