Skip to content

Commit 73d972d

Browse files
authoredMar 19, 2025··
chore(deps): update actions/setup-go digest to 0aaccfd (#185)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 14491ec commit 73d972d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
16+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
1717
with:
1818
go-version: '1.24.x'
1919
cache: false

‎.github/workflows/goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
fetch-depth: 0
3333
- name: setup-go
34-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
34+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
3535
with:
3636
go-version: 1.24.x
3737
- uses: anchore/sbom-action/download-syft@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # v0.18.0

‎.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
12-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
12+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
1313
with:
1414
go-version: 1.24.x
1515
- name: download go mods

0 commit comments

Comments
 (0)
Please sign in to comment.