We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780b908 commit 9e65c12Copy full SHA for 9e65c12
.ci-operator.yaml
@@ -1,4 +1,4 @@
1
build_root_image:
2
namespace: ci
3
name: kcp-dev-build-root
4
- tag: "1.18"
+ tag: "1.19"
examples/go.mod
@@ -1,6 +1,6 @@
module acme.corp
-go 1.18
+go 1.19
5
replace acme.corp/pkg => ./pkg
6
go.mod
module github.com/kcp-dev/code-generator/v2
require (
github.com/onsi/ginkgo v1.16.5
0 commit comments