Skip to content

Commit 8e74174

Browse files
Bump actions/setup-go from 6 to 7 (#173)
Bumps [actions/setup-go](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ece8827 commit 8e74174

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Check out code into the Go module directory
1515
uses: actions/checkout@v7
1616
- name: Set up Go
17-
uses: actions/setup-go@v6
17+
uses: actions/setup-go@v7
1818
with:
1919
go-version: stable
2020
- name: Get dependencies

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515
- name: Set up Go
16-
uses: actions/setup-go@v6
16+
uses: actions/setup-go@v7
1717
with:
1818
go-version: stable
1919
- name: Run GoReleaser

0 commit comments

Comments
 (0)