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 aa1fc27 commit 6352ef5Copy full SHA for 6352ef5
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
# Allow goreleaser to access older tag information.
23
fetch-depth: 0
24
- - uses: actions/setup-go@v4
+ - uses: actions/setup-go@v5
25
26
go-version-file: 'go.mod'
27
cache: true
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
- uses: actions/setup-python@v4
28
29
python-version: "3.10"
30
31
32
go-version-file: "go.mod"
33
@@ -54,7 +54,7 @@ jobs:
54
- "1.5.*"
55
steps:
56
- uses: actions/checkout@v4
57
58
59
60
0 commit comments