Skip to content

Commit 9d77d08

Browse files
authored
bump dependencies and go versions (#709)
1 parent 2b08f42 commit 9d77d08

14 files changed

+165
-166
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Set up Go
7272
uses: actions/setup-go@v5
7373
with:
74-
go-version: 1.23.x
74+
go-version-file: go.mod
7575

7676
- name: Cache Go Modules
7777
uses: actions/cache@v4

.github/workflows/coherence-matrix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
- name: Set up Go
175175
uses: actions/setup-go@v5
176176
with:
177-
go-version: 1.23.x
177+
go-version-file: go.mod
178178

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

.github/workflows/compatibility-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
- name: Set up Go
131131
uses: actions/setup-go@v5
132132
with:
133-
go-version: 1.23.x
133+
go-version-file: go.mod
134134

135135
- name: Cache Go Modules
136136
uses: actions/cache@v4

.github/workflows/doc-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Set up Go
4040
uses: actions/setup-go@v5
4141
with:
42-
go-version: 1.23.x
42+
go-version-file: go.mod
4343

4444
- name: Cache Go Modules
4545
uses: actions/cache@v4

.github/workflows/istio-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Set up Go
7878
uses: actions/setup-go@v5
7979
with:
80-
go-version: 1.23.x
80+
go-version-file: go.mod
8181

8282
- name: Cache Go Modules
8383
uses: actions/cache@v4

.github/workflows/k3d-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Set up Go
7272
uses: actions/setup-go@v5
7373
with:
74-
go-version: 1.23.x
74+
go-version-file: go.mod
7575

7676
- name: Cache Go Modules
7777
uses: actions/cache@v4

.github/workflows/k8s-matrix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: Set up Go
114114
uses: actions/setup-go@v5
115115
with:
116-
go-version: 1.23.x
116+
go-version-file: go.mod
117117

118118
- name: Cache Go Modules
119119
uses: actions/cache@v4

.github/workflows/minikube-matrix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Set up Go
9191
uses: actions/setup-go@v5
9292
with:
93-
go-version: 1.23.x
93+
go-version-file: go.mod
9494

9595
- name: Cache Go Modules
9696
uses: actions/cache@v4

.github/workflows/prometheus-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Set up Go
7272
uses: actions/setup-go@v5
7373
with:
74-
go-version: 1.23.x
74+
go-version-file: go.mod
7575

7676
- name: Cache Go Modules
7777
uses: actions/cache@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Go
3535
uses: actions/setup-go@v5
3636
with:
37-
go-version: 1.23.x
37+
go-version-file: go.mod
3838

3939
- name: Cache Go Modules
4040
uses: actions/cache@v4

0 commit comments

Comments
 (0)