We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c54fbc + 444f1d9 commit b99ac63Copy full SHA for b99ac63
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
run: git fetch --prune --unshallow
27
-
28
name: Set up Go
29
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v5
30
with:
31
go-version: 1.19
32
.github/workflows/tests.yml
@@ -11,7 +11,7 @@ jobs:
11
uses: actions/checkout@v4
12
13
14
15
16
go-version: 1.19.x
17
0 commit comments