Skip to content

Commit c63cce4

Browse files
committed
bump setup-go action to fix Go download url
On-behalf-of: @SAP [email protected]
1 parent faeee3b commit c63cce4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs-gen-and-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- run: git fetch origin gh-pages
3333
- run: git fetch origin '+refs/tags/v*:refs/tags/v*' --no-tags
3434

35-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # tag=v6.0.0
35+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # tag=v6.1.0
3636
with:
3737
go-version: v1.24.11
3838
cache: true

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
fetch-depth: 0
4545

4646
- name: Setup Go
47-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # tag=v6.0.0
47+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # tag=v6.1.0
4848
with:
4949
go-version: v1.24.11
5050

0 commit comments

Comments
 (0)