Skip to content

Commit 92af8bf

Browse files
authored
Merge pull request #89 from cpanato/version
update version font and ko version
2 parents 3635574 + b23a8d2 commit 92af8bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/bom/cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func init() {
6363
AddGenerate(rootCmd)
6464
AddDocument(rootCmd)
6565
AddValidate(rootCmd)
66-
rootCmd.AddCommand(version.Version())
66+
rootCmd.AddCommand(version.WithFont("doom"))
6767
}
6868

6969
// Execute builds the command

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)