Skip to content

Commit

Permalink
Merge pull request #89 from cpanato/version
Browse files Browse the repository at this point in the history
update version font and ko version
  • Loading branch information
k8s-ci-robot authored Apr 2, 2022
2 parents 3635574 + b23a8d2 commit 92af8bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/bom/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func init() {
AddGenerate(rootCmd)
AddDocument(rootCmd)
AddValidate(rootCmd)
rootCmd.AddCommand(version.Version())
rootCmd.AddCommand(version.WithFont("doom"))
}

// Execute builds the command
Expand Down
2 changes: 1 addition & 1 deletion magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ func generateLDFlags() string {
func EnsureKO(version string) error {
versionToInstall := version
if versionToInstall == "" {
versionToInstall = "0.10.0"
versionToInstall = "0.11.2"
}

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

0 comments on commit 92af8bf

Please sign in to comment.