Skip to content

Commit 5e033d0

Browse files
chore(deps): update actions/setup-go digest to 7a3fe6c [release skip] (#838)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8afa003 commit 5e033d0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/aws-sdk-mocks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
persist-credentials: false
2121
fetch-depth: 0
22-
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
22+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
2323
with:
2424
go-version: '1.25.x'
2525
- name: generate-token

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
17-
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
17+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
1818
with:
1919
go-version: '1.25.x'
2020
cache: false

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
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@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
34+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
3535
with:
3636
go-version: 1.25.x
3737
- name: setup qemu

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
19-
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
19+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
2020
with:
2121
go-version: '1.25.x'
2222
- name: download go mods

0 commit comments

Comments
 (0)