Skip to content

Commit f571641

Browse files
authored
Use Gimme to automatically install the correct Go version (#735)
1 parent 2192115 commit f571641

21 files changed

+1121
-72
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ jobs:
7272
website: oracle.com
7373
release: 21
7474

75-
- name: Set up Go
76-
uses: actions/setup-go@v5
77-
with:
78-
go-version-file: go.mod
79-
8075
- name: Cache Go Modules
8176
uses: actions/cache@v4
8277
with:

.github/workflows/coherence-matrix.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,10 @@ jobs:
171171
website: oracle.com
172172
release: 21
173173

174-
- name: Set up Go
175-
uses: actions/setup-go@v5
176-
with:
177-
go-version-file: go.mod
174+
# - name: Set up Go
175+
# uses: actions/setup-go@v5
176+
# with:
177+
# go-version-file: go.mod
178178

179179
- name: Cache Go Modules
180180
uses: actions/cache@v4

.github/workflows/compatibility-tests.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,6 @@ jobs:
117117
website: oracle.com
118118
release: 21
119119

120-
- name: Set up Go
121-
uses: actions/setup-go@v5
122-
with:
123-
go-version-file: go.mod
124-
125120
- name: Cache Go Modules
126121
uses: actions/cache@v4
127122
with:

.github/workflows/doc-check.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ jobs:
3636
website: oracle.com
3737
release: 21
3838

39-
- name: Set up Go
40-
uses: actions/setup-go@v5
41-
with:
42-
go-version-file: go.mod
43-
4439
- name: Cache Go Modules
4540
uses: actions/cache@v4
4641
with:

.github/workflows/istio-tests.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,6 @@ jobs:
7878
website: oracle.com
7979
release: 21
8080

81-
- name: Set up Go
82-
uses: actions/setup-go@v5
83-
with:
84-
go-version-file: go.mod
85-
8681
- name: Cache Go Modules
8782
uses: actions/cache@v4
8883
with:

.github/workflows/k3d-tests.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@ jobs:
6868
website: oracle.com
6969
release: 21
7070

71-
- name: Set up Go
72-
uses: actions/setup-go@v5
73-
with:
74-
go-version-file: go.mod
75-
7671
- name: Cache Go Modules
7772
uses: actions/cache@v4
7873
with:

.github/workflows/k8s-matrix.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,6 @@ jobs:
110110
website: oracle.com
111111
release: 21
112112

113-
- name: Set up Go
114-
uses: actions/setup-go@v5
115-
with:
116-
go-version-file: go.mod
117-
118113
- name: Cache Go Modules
119114
uses: actions/cache@v4
120115
with:

.github/workflows/minikube-matrix.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,6 @@ jobs:
8787
website: oracle.com
8888
release: 21
8989

90-
- name: Set up Go
91-
uses: actions/setup-go@v5
92-
with:
93-
go-version-file: go.mod
94-
9590
- name: Cache Go Modules
9691
uses: actions/cache@v4
9792
with:

.github/workflows/prometheus-tests.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@ jobs:
6868
website: oracle.com
6969
release: 21
7070

71-
- name: Set up Go
72-
uses: actions/setup-go@v5
73-
with:
74-
go-version-file: go.mod
75-
7671
- name: Cache Go Modules
7772
uses: actions/cache@v4
7873
with:

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ jobs:
3131
website: oracle.com
3232
release: 21
3333

34-
- name: Set up Go
35-
uses: actions/setup-go@v5
36-
with:
37-
go-version-file: go.mod
38-
3934
- name: Cache Go Modules
4035
uses: actions/cache@v4
4136
with:

0 commit comments

Comments
 (0)