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 d33fdf8 commit d2e2001Copy full SHA for d2e2001
.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@v5
+ - uses: actions/setup-go@v6
25
26
go-version-file: 'go.mod'
27
cache: true
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
timeout-minutes: 5
steps:
- uses: actions/checkout@v5
28
29
30
@@ -47,7 +47,7 @@ jobs:
47
- '1.3.*'
48
49
50
51
52
53
0 commit comments