Skip to content

Commit b23a8d2

Browse files
committed
update mage to 0.11.2
Signed-off-by: cpanato <ctadeu@gmail.com>
1 parent 06b4b7e commit b23a8d2

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
@@ -248,7 +248,7 @@ func generateLDFlags() string {
248248
func EnsureKO(version string) error {
249249
versionToInstall := version
250250
if versionToInstall == "" {
251-
versionToInstall = "0.10.0"
251+
versionToInstall = "0.11.2"
252252
}
253253

254254
fmt.Printf("Checking if `ko` version %s is installed\n", versionToInstall)

0 commit comments

Comments
 (0)