We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a391540 commit 290a875Copy full SHA for 290a875
2 files changed
.github/actions/setup-go/action.yaml
@@ -6,6 +6,7 @@ runs:
6
- name: Install go
7
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
8
with:
9
+ go-version: "1.22"
10
go-version-file: "go.mod"
11
cache: true
12
cache-dependency-path: go.sum
.github/workflows/release.yml
@@ -139,12 +139,8 @@ jobs:
139
140
fetch-depth: 0
141
142
- - name: Install go
143
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
144
- with:
145
- go-version-file: "go.mod"
146
- cache: true
147
- cache-dependency-path: go.sum
+
+ - uses: ./.github/actions/setup-go
148
149
- name: install kustomize
150
run: |
0 commit comments