Skip to content

Commit 628c9f6

Browse files
Bump actions/setup-go from 2.1.3 to 5.4.0 (#94)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.3 to 5.4.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v2.1.3...v5.4.0) --- updated-dependencies: - dependency-name: actions/setup-go 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 75b8316 commit 628c9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github_tag_and_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fetch-depth: 0
3333
-
3434
name: Set up Go
35-
uses: actions/setup-go@v2.1.3
35+
uses: actions/setup-go@v5.4.0
3636
with:
3737
go-version: 1.15
3838
-

0 commit comments

Comments
 (0)