Skip to content

Commit 50a20a9

Browse files
Bump actions/setup-go from 5.0.2 to 5.1.0 (#592)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.2 to 5.1.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@0a12ed9...41dfa10) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ab1fcf9 commit 50a20a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
fetch-depth: 0
4242
- name: Set up Go
43-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
43+
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
4444
with:
4545
go-version: 1.21
4646
- name: Run GoReleaser

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
3434

3535
- name: Set up Go
36-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
36+
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
3737
with:
3838
go-version: 1.21
3939

0 commit comments

Comments
 (0)