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 f388e86 commit 436a711Copy full SHA for 436a711
2 files changed
.github/workflows/ci.yaml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v6.0.3
21
22
- name: Install go
23
- uses: actions/setup-go@v6
+ uses: actions/setup-go@v6.4.0
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