Skip to content

Commit 3a0a76e

Browse files
build(deps): bump actions/setup-go from 5.5.0 to 6.1.0 (#880)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.5.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@d35c59a...4dc6199) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.1.0 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 64824ef commit 3a0a76e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
ref: master
2020
- name: Install go
21-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
21+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
2222
with:
2323
go-version-file: go.mod
2424
- name: Login to dockerhub to push the image

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 1
1717
- name: Install go
18-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
18+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
1919
with:
2020
go-version-file: go.mod
2121

@@ -36,7 +36,7 @@ jobs:
3636
fetch-depth: 1
3737

3838
- name: Install go
39-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
39+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
4040
with:
4141
go-version-file: go.mod
4242

0 commit comments

Comments
 (0)