Skip to content

Commit 69dc181

Browse files
authored
Merge pull request #16346 from hakman/go-1.22.0
Update Go to v1.22.0
2 parents 2e01151 + 5bdd812 commit 69dc181

38 files changed

+12
-584
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up go
2020
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
2121
with:
22-
go-version: '1.21.6'
22+
go-version: '1.22.0'
2323

2424
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
2525
with:
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up go
3737
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
3838
with:
39-
go-version: '1.21.6'
39+
go-version: '1.22.0'
4040

4141
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
4242
with:
@@ -53,7 +53,7 @@ jobs:
5353
- name: Set up go
5454
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
5555
with:
56-
go-version: '1.21.6'
56+
go-version: '1.22.0'
5757

5858
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
5959
with:
@@ -70,7 +70,7 @@ jobs:
7070
- name: Set up go
7171
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
7272
with:
73-
go-version: '1.21.6'
73+
go-version: '1.22.0'
7474

7575
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
7676
with:

.github/workflows/update-deps.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
2121
with:
22-
go-version: '1.21.6'
22+
go-version: '1.22.0'
2323
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
2424
- name: Update Dependencies
2525
id: update_deps

cloudbuild.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ options:
55
machineType: 'N1_HIGHCPU_8'
66
steps:
77
# Push the images
8-
- name: 'docker.io/library/golang:1.21.6-bookworm'
8+
- name: 'docker.io/library/golang:1.22.0-bookworm'
99
id: images
1010
entrypoint: make
1111
env:
@@ -21,7 +21,7 @@ steps:
2121
- dns-controller-push
2222
- kube-apiserver-healthcheck-push
2323
# Push the artifacts
24-
- name: 'docker.io/library/golang:1.21.6-bookworm'
24+
- name: 'docker.io/library/golang:1.22.0-bookworm'
2525
id: artifacts
2626
entrypoint: make
2727
env:
@@ -36,7 +36,7 @@ steps:
3636
args:
3737
- gcs-upload-and-tag
3838
# Build cloudbuild artifacts (for attestation)
39-
- name: 'docker.io/library/golang:1.21.6-bookworm'
39+
- name: 'docker.io/library/golang:1.22.0-bookworm'
4040
id: cloudbuild-artifacts
4141
entrypoint: make
4242
env:

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module k8s.io/kops
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
cloud.google.com/go/compute/metadata v0.2.3

hack/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module k8s.io/kops/hack
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/client9/misspell v0.3.4

tests/e2e/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module k8s.io/kops/tests/e2e
22

3-
go 1.21
3+
go 1.22
44

55
replace k8s.io/kops => ../../.
66

tools/otel/traceserver/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module k8s.io/kops/tools/otel/traceserver
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
go.opentelemetry.io/proto/otlp v1.0.0
Binary file not shown.
Binary file not shown.
Binary file not shown.

vendor/github.com/google/s2a-go/internal/v2/remotesigner/testdata/client_cert.pem

-24
This file was deleted.

vendor/github.com/google/s2a-go/internal/v2/remotesigner/testdata/client_key.pem

-27
This file was deleted.
Binary file not shown.

vendor/github.com/google/s2a-go/internal/v2/remotesigner/testdata/server_cert.pem

-24
This file was deleted.

vendor/github.com/google/s2a-go/internal/v2/remotesigner/testdata/server_key.pem

-27
This file was deleted.

vendor/github.com/google/s2a-go/internal/v2/testdata/client_cert.pem

-24
This file was deleted.

vendor/github.com/google/s2a-go/internal/v2/testdata/client_key.pem

-27
This file was deleted.

vendor/github.com/google/s2a-go/internal/v2/testdata/server_cert.pem

-24
This file was deleted.

vendor/github.com/google/s2a-go/internal/v2/testdata/server_key.pem

-27
This file was deleted.

vendor/github.com/google/s2a-go/internal/v2/tlsconfigstore/testdata/client_cert.pem

-24
This file was deleted.

vendor/github.com/google/s2a-go/internal/v2/tlsconfigstore/testdata/client_key.pem

-27
This file was deleted.

vendor/github.com/google/s2a-go/internal/v2/tlsconfigstore/testdata/server_cert.pem

-24
This file was deleted.

0 commit comments

Comments
 (0)