Skip to content

Commit da7d8fb

Browse files
Bump actions/setup-go from 6.0.0 to 6.1.0 (#159)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@4469467...4dc6199) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b03e3cf commit da7d8fb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: lint
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
20+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
2121
with:
2222
go-version: '1.22.x'
2323
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd

.github/workflows/test-e2e-flow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-22.04
1717
steps:
1818
- name: Install Go
19-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
19+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
2020
with:
2121
go-version: 1.22.x
2222

.github/workflows/test-sigstore-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id-token: write # Needed for signing
1818
steps:
1919
- name: Install Go
20-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
20+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
2121
with:
2222
go-version: 1.20.x
2323

0 commit comments

Comments
 (0)