We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43de023 commit d0d5902Copy full SHA for d0d5902
2 files changed
.github/workflows/go-test.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v6
15
16
- name: Set up Go
17
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
18
with:
19
go-version-file: go.mod
20
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
fetch-depth: 0
32
33
34
35
36
37
0 commit comments