File tree 7 files changed +12
-12
lines changed
7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 19
19
- name : Set up go
20
20
uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
21
21
with :
22
- go-version : ' 1.19.7 '
22
+ go-version : ' 1.20.3 '
23
23
24
24
- uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
25
25
with :
36
36
- name : Set up go
37
37
uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
38
38
with :
39
- go-version : ' 1.19.7 '
39
+ go-version : ' 1.20.3 '
40
40
41
41
- uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
42
42
with :
53
53
- name : Set up go
54
54
uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
55
55
with :
56
- go-version : ' 1.19.7 '
56
+ go-version : ' 1.20.3 '
57
57
58
58
- uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
59
59
with :
70
70
- name : Set up go
71
71
uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
72
72
with :
73
- go-version : ' 1.19.7 '
73
+ go-version : ' 1.20.3 '
74
74
75
75
- uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
76
76
with :
Original file line number Diff line number Diff line change 19
19
steps :
20
20
- uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
21
21
with :
22
- go-version : ' 1.19.7 '
22
+ go-version : ' 1.20.3 '
23
23
- uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
24
24
- name : Update Dependencies
25
25
id : update_deps
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ linters:
22
22
23
23
linters-settings : # please keep this alphabetized
24
24
staticcheck :
25
- go : " 1.19 "
25
+ go : " 1.20 "
26
26
checks : [
27
27
" all" ,
28
28
" -ST1000" , # Incorrect or missing package comment
Original file line number Diff line number Diff line change 5
5
machineType : ' N1_HIGHCPU_8'
6
6
steps :
7
7
# Push the images
8
- - name : ' docker.io/library/golang:1.19.7 -bullseye'
8
+ - name : ' docker.io/library/golang:1.20.3 -bullseye'
9
9
id : images
10
10
entrypoint : make
11
11
env :
20
20
- dns-controller-push
21
21
- kube-apiserver-healthcheck-push
22
22
# Push the artifacts
23
- - name : ' docker.io/library/golang:1.19.7 -bullseye'
23
+ - name : ' docker.io/library/golang:1.20.3 -bullseye'
24
24
id : artifacts
25
25
entrypoint : make
26
26
env :
35
35
args :
36
36
- gcs-upload-and-tag
37
37
# Build cloudbuild artifacts (for attestation)
38
- - name : ' docker.io/library/golang:1.19.7 -bullseye'
38
+ - name : ' docker.io/library/golang:1.20.3 -bullseye'
39
39
id : cloudbuild-artifacts
40
40
entrypoint : make
41
41
env :
Original file line number Diff line number Diff line change 1
1
module k8s.io/kops
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
replace (
6
6
github.com/docker/cli => github.com/docker/cli v20.10.21+incompatible
Original file line number Diff line number Diff line change 1
1
module k8s.io/kops/hack
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
require (
6
6
github.com/client9/misspell v0.3.4
Original file line number Diff line number Diff line change 1
1
module k8s.io/kops/tests/e2e
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
replace k8s.io/kops => ../../.
6
6
You can’t perform that action at this time.
0 commit comments