File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
name : Build
14
14
runs-on : ubuntu-20.04
15
15
steps :
16
- - name : Set up Go 1.19
16
+ - name : Set up Go 1.20
17
17
uses : actions/setup-go@v1
18
18
with :
19
- go-version : 1.19
19
+ go-version : ' 1.20 '
20
20
id : go
21
21
22
22
- name : Check out code into the Go module directory
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
name : Build
11
11
runs-on : ubuntu-20.04
12
12
steps :
13
- - name : Set up Go 1.19
13
+ - name : Set up Go 1.20
14
14
uses : actions/setup-go@v1
15
15
with :
16
- go-version : 1.19
16
+ go-version : ' 1.20 '
17
17
id : go
18
18
19
19
- uses : actions/checkout@v1
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ BIN_PLATFORMS := $(DOCKER_PLATFORMS) windows/amd64 darwin/amd64 darwin/arm64
53
53
OS := $(if $(GOOS ) ,$(GOOS ) ,$(shell go env GOOS) )
54
54
ARCH := $(if $(GOARCH ) ,$(GOARCH ) ,$(shell go env GOARCH) )
55
55
56
- GO_VERSION ?= 1.19
56
+ GO_VERSION ?= 1.20
57
57
BUILD_IMAGE ?= appscode/golang-dev:$(GO_VERSION )
58
58
59
59
OUTBIN = bin/$(BIN ) -$(OS ) -$(ARCH )
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ require (
78
78
k8s.io/utils v0.0.0-20220823124924-e9cbc92d1a73 // indirect
79
79
kmodules.xyz/monitoring-agent-api v0.25.0 // indirect
80
80
kmodules.xyz/webhook-runtime v0.25.0 // indirect
81
- sigs.k8s.io/controller-runtime v0.13.0 // indirect
81
+ sigs.k8s.io/controller-runtime v0.13.1 // indirect
82
82
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
83
83
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
84
84
)
Original file line number Diff line number Diff line change @@ -632,8 +632,8 @@ kmodules.xyz/monitoring-agent-api v0.25.0 h1:RU9RBeCqQdoS381xXy8cM1aqT+7qmtuPI3K
632
632
kmodules.xyz/monitoring-agent-api v0.25.0 /go.mod h1:RH5f/W9eCiW+KTblBIh8MZkjCWdtMQ8MuzCBMfgkynM =
633
633
kmodules.xyz/webhook-runtime v0.25.0 h1:NKNgu0C1I8kUovQ+SVozs/q7cjq8zgpSjLfJf9CxUtk =
634
634
kmodules.xyz/webhook-runtime v0.25.0 /go.mod h1:gK2iIF0oCeQVVqH4L5nFjcguyhMPBhHMhiV5Fgb6EE0 =
635
- sigs.k8s.io/controller-runtime v0.13.0 h1:iqa5RNciy7ADWnIc8QxCbOX5FEKVR3uxVxKHRMc2WIQ =
636
- sigs.k8s.io/controller-runtime v0.13.0 /go.mod h1:Zbz+el8Yg31jubvAEyglRZGdLAjplZl+PgtYNI6WNTI =
635
+ sigs.k8s.io/controller-runtime v0.13.1 h1:tUsRCSJVM1QQOOeViGeX3GMT3dQF1eePPw6sEE3xSlg =
636
+ sigs.k8s.io/controller-runtime v0.13.1 /go.mod h1:Zbz+el8Yg31jubvAEyglRZGdLAjplZl+PgtYNI6WNTI =
637
637
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 h1:iXTIw73aPyC+oRdyqqvVJuloN1p0AC/kzH07hu3NE+k =
638
638
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 /go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0 =
639
639
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 h1:PRbqxJClWWYMNV1dhaG4NsibJbArud9kFxnAMREiWFE =
Original file line number Diff line number Diff line change @@ -526,7 +526,7 @@ kmodules.xyz/monitoring-agent-api/api/v1
526
526
# kmodules.xyz/webhook-runtime v0.25.0
527
527
## explicit; go 1.18
528
528
kmodules.xyz/webhook-runtime/apis/workload/v1
529
- # sigs.k8s.io/controller-runtime v0.13.0
529
+ # sigs.k8s.io/controller-runtime v0.13.1
530
530
## explicit; go 1.17
531
531
sigs.k8s.io/controller-runtime/pkg/conversion
532
532
# sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2
You can’t perform that action at this time.
0 commit comments