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.
2 parents 3635574 + b23a8d2 commit 92af8bfCopy full SHA for 92af8bf
cmd/bom/cmd/root.go
@@ -63,7 +63,7 @@ func init() {
63
AddGenerate(rootCmd)
64
AddDocument(rootCmd)
65
AddValidate(rootCmd)
66
- rootCmd.AddCommand(version.Version())
+ rootCmd.AddCommand(version.WithFont("doom"))
67
}
68
69
// Execute builds the command
magefile.go
@@ -248,7 +248,7 @@ func generateLDFlags() string {
248
func EnsureKO(version string) error {
249
versionToInstall := version
250
if versionToInstall == "" {
251
- versionToInstall = "0.10.0"
+ versionToInstall = "0.11.2"
252
253
254
fmt.Printf("Checking if `ko` version %s is installed\n", versionToInstall)
0 commit comments