Skip to content

Commit 7512311

Browse files
authored
Update go from 1.23.4 to 1.24.0 (#20510)
* Update go from 1.23.4 to 1.24.0 * Updating kicbase image to v0.0.46-1741597657-20510
1 parent 067922b commit 7512311

File tree

69 files changed

+1142
-1112
lines changed

Some content is hidden

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

69 files changed

+1142
-1112
lines changed

.github/workflows/build.yml

+1-1
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.4'
15+
GO_VERSION: '1.24.0'
1616
permissions:
1717
contents: read
1818

.github/workflows/docs.yml

+1-1
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.4'
9+
GO_VERSION: '1.24.0'
1010
permissions:
1111
contents: read
1212

.github/workflows/functional_verified.yml

+1-1
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.4'
25+
GO_VERSION: '1.24.0'
2626

2727
permissions:
2828
contents: read

.github/workflows/leaderboard.yml

+1-1
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.4'
9+
GO_VERSION: '1.24.0'
1010
permissions:
1111
contents: read
1212

.github/workflows/master.yml

+1-1
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.4'
17+
GO_VERSION: '1.24.0'
1818
permissions:
1919
contents: read
2020

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

+1-1
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.4'
9+
GO_VERSION: '1.24.0'
1010
permissions:
1111
contents: read
1212

.github/workflows/pr.yml

+1-1
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.4'
15+
GO_VERSION: '1.24.0'
1616
permissions:
1717
contents: read
1818

.github/workflows/sync-minikube.yml

+1-1
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.4'
9+
GO_VERSION: '1.24.0'
1010
permissions:
1111
contents: read
1212

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

+1-1
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.4'
9+
GO_VERSION: '1.24.0'
1010
permissions:
1111
contents: read
1212

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

+1-1
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.4'
8+
GO_VERSION: '1.24.0'
99
permissions:
1010
contents: read
1111

.github/workflows/translations.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- "translations/**"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.23.4'
9+
GO_VERSION: '1.24.0'
1010
permissions:
1111
contents: read
1212

.github/workflows/update-amd-gpu-device-plugin-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 10 * * 1"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.23.4'
9+
GO_VERSION: '1.24.0'
1010
permissions:
1111
contents: read
1212

.github/workflows/update-buildkit-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 10 * * 3"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.23.4'
9+
GO_VERSION: '1.24.0'
1010
permissions:
1111
contents: read
1212

.github/workflows/update-calico-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 10 * * 1"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.23.4'
9+
GO_VERSION: '1.24.0'
1010
permissions:
1111
contents: read
1212

.github/workflows/update-cilium-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 10 * * 1"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.23.4'
9+
GO_VERSION: '1.24.0'
1010
permissions:
1111
contents: read
1212

.github/workflows/update-cloud-spanner-emulator-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 10 * * 1"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.23.4'
9+
GO_VERSION: '1.24.0'
1010
permissions:
1111
contents: read
1212

.github/workflows/update-cni-plugins-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 10 * * 1"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.23.4'
9+
GO_VERSION: '1.24.0'
1010
permissions:
1111
contents: read
1212

.github/workflows/update-containerd-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 10 * * 1"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.23.4'
9+
GO_VERSION: '1.24.0'
1010
permissions:
1111
contents: read
1212

.github/workflows/update-cri-dockerd-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 10 * * 1"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.23.4'
9+
GO_VERSION: '1.24.0'
1010
permissions:
1111
contents: read
1212

.github/workflows/update-cri-o-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
# - cron: "0 10 * * 5"
88
env:
99
GOPROXY: https://proxy.golang.org
10-
GO_VERSION: '1.23.4'
10+
GO_VERSION: '1.24.0'
1111
permissions:
1212
contents: read
1313

.github/workflows/update-crictl-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
# - cron: "0 10 * * 3"
88
env:
99
GOPROXY: https://proxy.golang.org
10-
GO_VERSION: '1.23.4'
10+
GO_VERSION: '1.24.0'
1111
permissions:
1212
contents: read
1313

.github/workflows/update-crun-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 10 * * 3"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.23.4'
9+
GO_VERSION: '1.24.0'
1010
permissions:
1111
contents: read
1212

.github/workflows/update-docker-buildx-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 10 * * 1"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.23.4'
9+
GO_VERSION: '1.24.0'
1010
permissions:
1111
contents: read
1212

.github/workflows/update-docker-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 10 * * 4"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.23.4'
9+
GO_VERSION: '1.24.0'
1010
permissions:
1111
contents: read
1212

.github/workflows/update-docsy-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 10 * * 1"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.23.4'
9+
GO_VERSION: '1.24.0'
1010
permissions:
1111
contents: read
1212

.github/workflows/update-flannel-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 10 * * 1"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.23.4'
9+
GO_VERSION: '1.24.0'
1010
permissions:
1111
contents: read
1212

.github/workflows/update-gcp-auth-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 10 * * 1"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.23.4'
9+
GO_VERSION: '1.24.0'
1010
permissions:
1111
contents: read
1212

.github/workflows/update-gh-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 10 * * 1"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.23.4'
9+
GO_VERSION: '1.24.0'
1010
permissions:
1111
contents: read
1212

.github/workflows/update-go-github-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 10 * * 1"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.23.4'
9+
GO_VERSION: '1.24.0'
1010
permissions:
1111
contents: read
1212

.github/workflows/update-golang-version.yml

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

.github/workflows/update-golint-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 10 * * 1"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.23.4'
9+
GO_VERSION: '1.24.0'
1010
permissions:
1111
contents: read
1212

.github/workflows/update-gopogh-version.yml

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

.github/workflows/update-gotestsum-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 10 * * 1"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.23.4'
9+
GO_VERSION: '1.24.0'
1010
permissions:
1111
contents: read
1212

.github/workflows/update-hugo-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 10 * * 1"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.23.4'
9+
GO_VERSION: '1.24.0'
1010
permissions:
1111
contents: read
1212

.github/workflows/update-ingress-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 10 * * 1"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.23.4'
9+
GO_VERSION: '1.24.0'
1010
permissions:
1111
contents: read
1212

.github/workflows/update-inspektor-gadget-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 10 * * 1"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.23.4'
9+
GO_VERSION: '1.24.0'
1010
permissions:
1111
contents: read
1212

.github/workflows/update-iso-image-versions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44
env:
55
GOPROXY: https://proxy.golang.org
6-
GO_VERSION: '1.23.4'
6+
GO_VERSION: '1.24.0'
77
permissions:
88
contents: read
99
jobs:

.github/workflows/update-istio-operator.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 10 * * 1"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.23.4'
9+
GO_VERSION: '1.24.0'
1010
permissions:
1111
contents: read
1212

.github/workflows/update-k8s-versions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 8 * * 1"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.23.4'
9+
GO_VERSION: '1.24.0'
1010
permissions:
1111
contents: read
1212

.github/workflows/update-kindnetd-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 10 * * 1"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.23.4'
9+
GO_VERSION: '1.24.0'
1010
permissions:
1111
contents: read
1212
jobs:

.github/workflows/update-kong-ingress-controller-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 10 * * 1"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.23.4'
9+
GO_VERSION: '1.24.0'
1010
permissions:
1111
contents: read
1212

.github/workflows/update-kong-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 10 * * 1"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.23.4'
9+
GO_VERSION: '1.24.0'
1010
permissions:
1111
contents: read
1212

.github/workflows/update-kube-registry-proxy-version.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 10 * * 1"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.23.4'
9+
GO_VERSION: '1.24.0'
1010
permissions:
1111
contents: read
1212

.github/workflows/update-kube-vip-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 10 * * 1"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.23.4'
9+
GO_VERSION: '1.24.0'
1010
permissions:
1111
contents: read
1212

0 commit comments

Comments
 (0)