Skip to content

Commit 862d987

Browse files
Bump actions/setup-go from 6.1.0 to 6.2.0 (#440)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@4dc6199...7a3fe6c) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.2.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 a144b89 commit 862d987

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
persist-credentials: false
2929
- name: Set up Go
30-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
30+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
3131
with:
3232
go-version-file: 'go.mod'
3333
cache-dependency-path: 'go.sum'
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
persist-credentials: false
4141
- name: Set up Go
42-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
42+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
4343
with:
4444
go-version-file: 'go.mod'
4545
cache-dependency-path: 'go.sum'
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
persist-credentials: false
5353
- name: Set up Go
54-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
54+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
5555
with:
5656
go-version-file: 'go.mod'
5757
cache-dependency-path: 'go.sum'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323
persist-credentials: false
2424
- name: Set up Go
25-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v5.5.0 # zizmor: ignore[cache-poisoning]
25+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v5.5.0 # zizmor: ignore[cache-poisoning]
2626
with:
2727
go-version-file: 'go.mod'
2828
cache-dependency-path: 'go.sum'

0 commit comments

Comments
 (0)