Skip to content

Commit d1c2b0e

Browse files
committed
update go from v1.15 to v1.16
1 parent a44c0ac commit d1c2b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

magefile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const (
3030
name = "configmapsecret-controller"
3131
repo = "github.com/machinezone/configmapsecrets"
3232

33-
goVersion = "1.15"
33+
goVersion = "1.16"
3434
k8sVersion = "1.19.2"
3535
buildImage = "golang:" + goVersion + "-alpine"
3636
testImage = "kubebuilder-tools-" + k8sVersion + "-go" + goVersion + "-alpine"

0 commit comments

Comments
 (0)