Skip to content

Commit 330c0d5

Browse files
⬆️ Bump actions/setup-go from 6.0.0 to 6.1.0
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>
1 parent 47cf4c5 commit 330c0d5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 2
1717

1818
- name: Set up Go
19-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v5
19+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v5
2020
with:
2121
go-version-file: ./go.mod
2222

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Setup Go
22-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v5
22+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v5
2323
with:
2424
go-version: '1.24'
2525

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
2323

2424
- name: Install Go on the Container
25-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v5
25+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v5
2626
with:
2727
go-version: ${{ matrix.go-version }}
2828

0 commit comments

Comments
 (0)