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 0cb04b6 commit b3eb402Copy full SHA for b3eb402
.github/workflows/ci.yaml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v5
21
22
- name: Install go
23
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
24
with:
25
go-version-file: "go.mod"
26
cache: true
.github/workflows/release.yaml
@@ -29,7 +29,7 @@ jobs:
29
fetch-depth: 0
30
31
32
33
34
35
0 commit comments