Skip to content

Commit 7a07ebc

Browse files
breaking: the dependency actions/setup-go has been updated to a new major version (v6), which may include breaking changes. #major
1 parent 3de2e0e commit 7a07ebc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-image-to-ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Push Docker image to Docker Registry
99
runs-on: ubuntu-22.04
1010
steps:
11-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
11+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
1212
with:
1313
go-version: '1.21.7'
1414
- run: go version

.github/workflows/publish-metacontroller-helm-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-22.04
2424
environment: ${{ inputs.GLUEOPS_ENV }}
2525
steps:
26-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
26+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
2727
with:
2828
go-version: '1.21.7'
2929
- run: go version

0 commit comments

Comments
 (0)