Skip to content

Commit 9e65c12

Browse files
committed
Update to go 1.19
Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>
1 parent 780b908 commit 9e65c12

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ci-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build_root_image:
22
namespace: ci
33
name: kcp-dev-build-root
4-
tag: "1.18"
4+
tag: "1.19"

examples/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module acme.corp
22

3-
go 1.18
3+
go 1.19
44

55
replace acme.corp/pkg => ./pkg
66

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kcp-dev/code-generator/v2
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/onsi/ginkgo v1.16.5

0 commit comments

Comments
 (0)