Skip to content

Commit 1afb1ce

Browse files
Bump actions/setup-go from 2 to 4 (#68)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v2...v4) --- updated-dependencies: - dependency-name: actions/setup-go 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 0143675 commit 1afb1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
- name: Set up Go
18-
uses: actions/setup-go@v2
18+
uses: actions/setup-go@v4
1919
- name: Run GoReleaser
2020
uses: goreleaser/goreleaser-action@v2
2121
with:

0 commit comments

Comments
 (0)