Skip to content

Commit

Permalink
Update go from 1.21.4 to 1.21.5
Browse files Browse the repository at this point in the history
  • Loading branch information
minikube-bot committed Dec 11, 2023
1 parent ce19218 commit 61bb1da
Show file tree
Hide file tree
Showing 55 changed files with 55 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- "!deploy/iso/**"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional_verified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
- deleted
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/leaderboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'v*-beta.*'
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- "!deploy/iso/**"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minikube-image-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 2,14 * * *"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- "!deploy/iso/**"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-minikube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 2,14 * * *"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/time-to-k8s-public-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 2,14 * * *"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/time-to-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [released]
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "translations/**"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-buildkit-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 3"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-calico-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-cni-plugins-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-containerd-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-cri-dockerd-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-cri-o-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 5"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-crictl-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 3"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-docker-buildx-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-docker-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 4"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-docsy-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-flannel-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-gcp-auth-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-gh-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-go-github-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-golang-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 9 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-golint-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-gopogh-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 9 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-gotestsum-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-hugo-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-ingress-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-inspektor-gadget-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-iso-image-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-istio-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-k8s-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 8 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-kindnetd-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read
jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-kong-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-kubeadm-constants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 6 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-kubernetes-versions-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 6 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-metrics-server-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-nerdctl-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-nerdctld-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.4'
GO_VERSION: '1.21.5'
permissions:
contents: read

Expand Down
Loading

0 comments on commit 61bb1da

Please sign in to comment.