Skip to content

Commit 85d5b0b

Browse files
chore(deps): update actions/setup-go digest to 4a36011
1 parent dd2012e commit 85d5b0b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Allow goreleaser to access older tag information.
2424
fetch-depth: 0
2525
- name: Set up Go
26-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
26+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
2727
with:
2828
go-version-file: 'go.mod'
2929
- name: Generate Software Bill of Materials

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
run: git fetch --prune --unshallow
1414

1515
- name: Set up Go
16-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
16+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
1717
with:
1818
go-version-file: 'go.mod'
1919

0 commit comments

Comments
 (0)