Skip to content

Commit 31ad245

Browse files
ci(tools): update actions/setup-go digest to 7a3fe6c (#233)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 512e308 commit 31ad245

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
aws-region: eu-central-1
4242

4343
- name: Setup golang
44-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
44+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
4545
with:
4646
go-version-file: go.mod
4747

.github/workflows/general.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2424

2525
- name: Setup golang
26-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
26+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
2727
with:
2828
go-version-file: go.mod
2929

.github/workflows/tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: 0
3434

3535
- name: Setup golang
36-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
36+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
3737
with:
3838
go-version-file: go.mod
3939

0 commit comments

Comments
 (0)