Skip to content

Commit 85167e7

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/general.yml

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

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

.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)