Skip to content

Commit ab50df0

Browse files
chore(fallback): update actions/setup-go
1 parent 2bedfa4 commit ab50df0

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@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
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@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
2727
with:
2828
go-version: '1.21.7'
2929
- run: go version

0 commit comments

Comments
 (0)