Skip to content

Commit c79d358

Browse files
authored
Merge pull request #75 from Peefy/bump-k8s-and-go-version
chore: bump k8s vertion to v0.30 and go version to 1.22
2 parents da045a3 + bda9314 commit c79d358

File tree

3 files changed

+21
-100
lines changed

3 files changed

+21
-100
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
env:
1616
# Common versions
17-
GO_VERSION: '1.21.3'
17+
GO_VERSION: '1.22'
1818
GOLANGCI_VERSION: 'v1.54.2'
1919
DOCKER_BUILDX_VERSION: 'v0.11.2'
2020

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/crossplane-contrib/function-kcl
22

3-
go 1.21
3+
go 1.22.0
44

55
require (
66
dario.cat/mergo v1.0.0
@@ -11,7 +11,7 @@ require (
1111
github.com/pkg/errors v0.9.1
1212
google.golang.org/protobuf v1.33.0
1313
gopkg.in/yaml.v2 v2.4.0
14-
k8s.io/apimachinery v0.29.4
14+
k8s.io/apimachinery v0.30.0
1515
kcl-lang.io/krm-kcl v0.8.3-0.20240415150603-203d07fcebf6
1616
sigs.k8s.io/controller-tools v0.14.0
1717
sigs.k8s.io/yaml v1.4.0
@@ -164,15 +164,15 @@ require (
164164
go.uber.org/zap v1.26.0 // indirect
165165
golang.org/x/crypto v0.21.0 // indirect
166166
golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 // indirect
167-
golang.org/x/mod v0.14.0 // indirect
167+
golang.org/x/mod v0.15.0 // indirect
168168
golang.org/x/net v0.23.0 // indirect
169169
golang.org/x/oauth2 v0.17.0 // indirect
170170
golang.org/x/sync v0.6.0 // indirect
171171
golang.org/x/sys v0.18.0 // indirect
172172
golang.org/x/term v0.18.0 // indirect
173173
golang.org/x/text v0.14.0 // indirect
174174
golang.org/x/time v0.5.0 // indirect
175-
golang.org/x/tools v0.17.0 // indirect
175+
golang.org/x/tools v0.18.0 // indirect
176176
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
177177
google.golang.org/api v0.162.0 // indirect
178178
google.golang.org/appengine v1.6.8 // indirect
@@ -188,8 +188,8 @@ require (
188188
k8s.io/apiserver v0.29.1 // indirect
189189
k8s.io/client-go v0.29.1 // indirect
190190
k8s.io/component-base v0.29.1 // indirect
191-
k8s.io/klog/v2 v2.110.1 // indirect
192-
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
191+
k8s.io/klog/v2 v2.120.1 // indirect
192+
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
193193
k8s.io/utils v0.0.0-20240102154912-e7106e64919e // indirect
194194
kcl-lang.io/cli v0.8.5 // indirect
195195
kcl-lang.io/kcl-go v0.8.4 // indirect

0 commit comments

Comments
 (0)