Skip to content

Commit b491fa1

Browse files
Bump actions/setup-go from 5 to 6 (#882)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7803e81 commit b491fa1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/multiarch-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@v2
3939

4040
- name: Setup Golang
41-
uses: actions/setup-go@v5
41+
uses: actions/setup-go@v6
4242
with:
4343
go-version-file: go.mod
4444

.github/workflows/run-command-repository.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
ref: "${{ inputs.branch }}"
3131

3232
- name: Setup Golang
33-
uses: actions/setup-go@v5
33+
uses: actions/setup-go@v6
3434
with:
3535
cache: false
3636
go-version-file: "./src/github.com/${{ inputs.repository }}/go.mod"

0 commit comments

Comments
 (0)