Skip to content
This repository was archived by the owner on Jun 5, 2026. It is now read-only.

Commit 87949df

Browse files
chore(deps): update actions/setup-go digest to 4a36011 (#179)
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 57ae841 commit 87949df

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
persist-credentials: false
2424
- name: Setup go
25-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
25+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
2626
with:
2727
go-version: "1.24.x"
2828
cache: false

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717
persist-credentials: false
1818
- name: Set up Go
19-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
19+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
2020
with:
2121
go-version: "1.24.x"
2222
cache: false

.github/workflows/sync-k6-deps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222
token: ${{ secrets.GITHUB_TOKEN }}
23-
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
23+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
2424
with:
2525
go-version-file: go.mod
2626
cache: false

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ${{matrix.platform}}
2929
steps:
3030
- name: Install Go
31-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
31+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
3232
with:
3333
go-version: "1.24.x"
3434
cache: false

0 commit comments

Comments
 (0)