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 faeee3b commit c63cce4Copy full SHA for c63cce4
.github/workflows/docs-gen-and-push.yaml
@@ -32,7 +32,7 @@ jobs:
32
- run: git fetch origin gh-pages
33
- run: git fetch origin '+refs/tags/v*:refs/tags/v*' --no-tags
34
35
- - uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # tag=v6.0.0
+ - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # tag=v6.1.0
36
with:
37
go-version: v1.24.11
38
cache: true
.github/workflows/goreleaser.yml
@@ -44,7 +44,7 @@ jobs:
44
fetch-depth: 0
45
46
- name: Setup Go
47
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # tag=v6.0.0
+ uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # tag=v6.1.0
48
49
50
0 commit comments