Skip to content

Commit c0e14e0

Browse files
Chore(deps): Bump actions/setup-go from 2 to 5 (#810)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v2...v5) --- 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 b1e83bc commit c0e14e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
steps:
77
- name: Check out the repo
88
uses: actions/checkout@v2
9-
- uses: actions/setup-go@v2
9+
- uses: actions/setup-go@v5
1010
with:
1111
go-version: "1.22.2"
1212
- run: make docker-build

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
username: ${{ github.repository_owner }}
2424
password: ${{ secrets.CR_PAT }}
2525
- name: Push Image
26-
uses: actions/setup-go@v2
26+
uses: actions/setup-go@v5
2727
with:
2828
go-version: "^1.19"
2929
- run: make release-manifests docker-push

0 commit comments

Comments
 (0)