Skip to content

Commit 290a875

Browse files
committed
... update Go version in Github CI.
Signed-off-by: Thomas Guettler <thomas.guettler@syself.com>
1 parent a391540 commit 290a875

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/actions/setup-go/action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ runs:
66
- name: Install go
77
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
88
with:
9+
go-version: "1.22"
910
go-version-file: "go.mod"
1011
cache: true
1112
cache-dependency-path: go.sum

.github/workflows/release.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,8 @@ jobs:
139139
with:
140140
fetch-depth: 0
141141

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
142+
143+
- uses: ./.github/actions/setup-go
148144

149145
- name: install kustomize
150146
run: |

0 commit comments

Comments
 (0)