Skip to content

Commit 298599c

Browse files
minikube-botmedyagh
authored andcommitted
Update go from 1.23.3 to 1.23.4
1 parent 7a33b23 commit 298599c

File tree

65 files changed

+66
-65
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+66
-65
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- "!deploy/iso/**"
1313
env:
1414
GOPROXY: https://proxy.golang.org
15-
GO_VERSION: '1.23.3'
15+
GO_VERSION: '1.23.4'
1616
permissions:
1717
contents: read
1818

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- master
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.23.3'
9+
GO_VERSION: '1.23.4'
1010
permissions:
1111
contents: read
1212

.github/workflows/functional_verified.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
- deleted
2323
env:
2424
GOPROXY: https://proxy.golang.org
25-
GO_VERSION: '1.23.3'
25+
GO_VERSION: '1.23.4'
2626

2727
permissions:
2828
contents: read

.github/workflows/leaderboard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'v*-beta.*'
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.23.3'
9+
GO_VERSION: '1.23.4'
1010
permissions:
1111
contents: read
1212

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- "!deploy/iso/**"
1515
env:
1616
GOPROXY: https://proxy.golang.org
17-
GO_VERSION: '1.23.3'
17+
GO_VERSION: '1.23.4'
1818
permissions:
1919
contents: read
2020

.github/workflows/minikube-image-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 2,14 * * *"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.23.3'
9+
GO_VERSION: '1.23.4'
1010
permissions:
1111
contents: read
1212

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- "!deploy/iso/**"
1313
env:
1414
GOPROXY: https://proxy.golang.org
15-
GO_VERSION: '1.23.3'
15+
GO_VERSION: '1.23.4'
1616
permissions:
1717
contents: read
1818

.github/workflows/sync-minikube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 2,14 * * *"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.23.3'
9+
GO_VERSION: '1.23.4'
1010
permissions:
1111
contents: read
1212

.github/workflows/time-to-k8s-public-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 2,14 * * *"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.23.3'
9+
GO_VERSION: '1.23.4'
1010
permissions:
1111
contents: read
1212

.github/workflows/time-to-k8s.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [released]
66
env:
77
GOPROXY: https://proxy.golang.org
8-
GO_VERSION: '1.23.3'
8+
GO_VERSION: '1.23.4'
99
permissions:
1010
contents: read
1111

0 commit comments

Comments
 (0)