Skip to content

Commit c244c76

Browse files
Bump actions/setup-go from 5 to 6 (#26)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2b850e7 commit c244c76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
git config --global url.'https://${{ secrets.GH_REPO_READ_TOKEN }}@github.com'.insteadOf 'https://github.com'
2626
27-
- uses: actions/setup-go@v5
27+
- uses: actions/setup-go@v6
2828
with:
2929
go-version: "^1.24"
3030
cache: false
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
git config --global url.'https://${{ secrets.GH_REPO_READ_TOKEN }}@github.com'.insteadOf 'https://github.com'
5454
55-
- uses: actions/setup-go@v5
55+
- uses: actions/setup-go@v6
5656
with:
5757
go-version: "^1.24"
5858

0 commit comments

Comments
 (0)