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 a44c0ac commit d1c2b0eCopy full SHA for d1c2b0e
magefile.go
@@ -30,7 +30,7 @@ const (
30
name = "configmapsecret-controller"
31
repo = "github.com/machinezone/configmapsecrets"
32
33
- goVersion = "1.15"
+ goVersion = "1.16"
34
k8sVersion = "1.19.2"
35
buildImage = "golang:" + goVersion + "-alpine"
36
testImage = "kubebuilder-tools-" + k8sVersion + "-go" + goVersion + "-alpine"
0 commit comments