Skip to content

Commit 2e76118

Browse files
bump actions/setup-go from 6 to 7 in the github-actions group
Bumps the github-actions group with 1 update: [actions/setup-go](https://github.com/actions/setup-go). Updates `actions/setup-go` from 6 to 7 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 24269b6 commit 2e76118

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v7
2424

25-
- uses: actions/setup-go@v6
25+
- uses: actions/setup-go@v7
2626
with:
2727
go-version: '1.26'
2828
cache: true

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
echo "goarch=$goarch" >> "$GITHUB_OUTPUT"
7272
echo "::notice::droplet arch $uname_m -> GOARCH=$goarch"
7373
74-
- uses: actions/setup-go@v6
74+
- uses: actions/setup-go@v7
7575
with:
7676
go-version-file: go.mod
7777
cache: true

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v7
1919

20-
- uses: actions/setup-go@v6
20+
- uses: actions/setup-go@v7
2121
with:
2222
go-version: '1.26'
2323
cache: true

0 commit comments

Comments
 (0)