Skip to content

Commit 4d44ab5

Browse files
authored
Update to go1.17 (#2804)
1 parent 10868bd commit 4d44ab5

File tree

7 files changed

+84
-10
lines changed

7 files changed

+84
-10
lines changed

.github/workflows/checkLicenses.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v2
24-
- name: Set up Go 1.16
24+
- name: Set up Go 1.17
2525
uses: actions/setup-go@v1
2626
with:
27-
go-version: 1.16
27+
go-version: 1.17
2828
- run: |
2929
./scripts/create-licenses.sh
3030
# Upload the licenses list so it's available if needed

.github/workflows/e2eEnvironment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Go
3434
uses: actions/setup-go@v2
3535
with:
36-
go-version: 1.16
36+
go-version: 1.17
3737
- uses: actions/checkout@master
3838
# Pinned to Commit to ensure action is consistent: https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
3939
# If you upgrade this version confirm the changes match your expectations

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
name: Build
2323
runs-on: ubuntu-latest
2424
steps:
25-
- name: Set up Go 1.16
25+
- name: Set up Go 1.17
2626
uses: actions/setup-go@v1
2727
with:
28-
go-version: 1.16
28+
go-version: 1.17
2929
id: go
3030
- name: Check out code into the Go module directory
3131
uses: actions/checkout@v1

.github/workflows/live-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Go
3434
uses: actions/setup-go@v2
3535
with:
36-
go-version: 1.16
36+
go-version: 1.17
3737
- uses: actions/checkout@master
3838
# Pinned to Commit to ensure action is consistent: https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
3939
# If you upgrade this version confirm the changes match your expectations

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Go
2727
uses: actions/setup-go@v2
2828
with:
29-
go-version: 1.16
29+
go-version: 1.17
3030
- name: Checkout
3131
uses: actions/checkout@v2
3232
with:

.github/workflows/verifyContent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/setup-go@v2
3232
with:
33-
go-version: 1.16
33+
go-version: 1.17
3434
- uses: actions/checkout@v2
3535
- run: |
3636
make build

go.mod

Lines changed: 76 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/GoogleContainerTools/kpt
22

3-
go 1.16
3+
go 1.17
44

55
require (
66
github.com/cpuguy83/go-md2man/v2 v2.0.0
@@ -21,10 +21,84 @@ require (
2121
k8s.io/cli-runtime v0.22.2
2222
k8s.io/client-go v0.22.2
2323
k8s.io/klog/v2 v2.10.0
24-
k8s.io/kube-openapi v0.0.0-20211109043139-026bd182f079 // indirect
2524
k8s.io/kubectl v0.22.2
2625
sigs.k8s.io/cli-utils v0.27.0
2726
sigs.k8s.io/controller-runtime v0.10.1
2827
sigs.k8s.io/kustomize/api v0.11.1
2928
sigs.k8s.io/kustomize/kyaml v0.13.3
3029
)
30+
31+
require (
32+
cloud.google.com/go v0.81.0 // indirect
33+
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
34+
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
35+
github.com/Azure/go-autorest/autorest v0.11.18 // indirect
36+
github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect
37+
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
38+
github.com/Azure/go-autorest/logger v0.2.1 // indirect
39+
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
40+
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd // indirect
41+
github.com/PuerkitoBio/purell v1.1.1 // indirect
42+
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
43+
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
44+
github.com/chai2010/gettext-go v0.0.0-20160711120539-c6fed771bfd5 // indirect
45+
github.com/davecgh/go-spew v1.1.1 // indirect
46+
github.com/evanphx/json-patch v4.11.0+incompatible // indirect
47+
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
48+
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
49+
github.com/fvbommel/sortorder v1.0.1 // indirect
50+
github.com/go-logr/logr v0.4.0 // indirect
51+
github.com/go-openapi/jsonpointer v0.19.5 // indirect
52+
github.com/go-openapi/jsonreference v0.19.5 // indirect
53+
github.com/go-openapi/swag v0.19.14 // indirect
54+
github.com/gogo/protobuf v1.3.2 // indirect
55+
github.com/golang/protobuf v1.5.2 // indirect
56+
github.com/google/btree v1.0.1 // indirect
57+
github.com/google/gofuzz v1.1.0 // indirect
58+
github.com/google/uuid v1.3.0 // indirect
59+
github.com/googleapis/gnostic v0.5.5 // indirect
60+
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
61+
github.com/imdario/mergo v0.3.12 // indirect
62+
github.com/inconshreveable/mousetrap v1.0.0 // indirect
63+
github.com/jonboulle/clockwork v0.2.2 // indirect
64+
github.com/josharian/intern v1.0.0 // indirect
65+
github.com/json-iterator/go v1.1.11 // indirect
66+
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
67+
github.com/mailru/easyjson v0.7.6 // indirect
68+
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
69+
github.com/mitchellh/mapstructure v1.4.1 // indirect
70+
github.com/moby/spdystream v0.2.0 // indirect
71+
github.com/moby/term v0.0.0-20210610120745-9d4ed1856297 // indirect
72+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
73+
github.com/modern-go/reflect2 v1.0.1 // indirect
74+
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
75+
github.com/onsi/gomega v1.16.0 // indirect
76+
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
77+
github.com/pkg/errors v0.9.1 // indirect
78+
github.com/pmezard/go-difflib v1.0.0 // indirect
79+
github.com/russross/blackfriday v1.5.2 // indirect
80+
github.com/russross/blackfriday/v2 v2.0.1 // indirect
81+
github.com/sergi/go-diff v1.1.0 // indirect
82+
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
83+
github.com/spf13/pflag v1.0.5 // indirect
84+
github.com/spyzhov/ajson v0.4.2 // indirect
85+
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
86+
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
87+
golang.org/x/net v0.0.0-20210520170846-37e1c6afe023 // indirect
88+
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602 // indirect
89+
golang.org/x/sys v0.0.0-20210817190340-bfb29a6856f2 // indirect
90+
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
91+
golang.org/x/text v0.3.6 // indirect
92+
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
93+
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
94+
google.golang.org/appengine v1.6.7 // indirect
95+
google.golang.org/protobuf v1.26.0 // indirect
96+
gopkg.in/inf.v0 v0.9.1 // indirect
97+
gopkg.in/yaml.v2 v2.4.0 // indirect
98+
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
99+
k8s.io/component-base v0.22.2 // indirect
100+
k8s.io/kube-openapi v0.0.0-20211109043139-026bd182f079 // indirect
101+
k8s.io/utils v0.0.0-20210820185131-d34e5cb4466e // indirect
102+
sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect
103+
sigs.k8s.io/yaml v1.2.0 // indirect
104+
)

0 commit comments

Comments
 (0)