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 ffed591 commit 8492700Copy full SHA for 8492700
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/[email protected]
15
- name: Unshallow
16
run: git fetch --prune --unshallow
17
- - uses: actions/setup-go@v5.3.0
+ - uses: actions/setup-go@v5.4.0
18
with:
19
go-version-file: go.mod
20
cache: true
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
timeout-minutes: 5
steps:
21
22
@@ -43,7 +43,7 @@ jobs:
43
allow_failure: true
44
45
46
47
48
49
0 commit comments