Skip to content

Commit

Permalink
Bump default Ko version (#708)
Browse files Browse the repository at this point in the history
Signed-off-by: Pierangelo Di Pilato <[email protected]>
  • Loading branch information
pierDipi authored Apr 23, 2024
1 parent 0f8b83e commit 7b147fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/images/ko/publish.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var ErrKoPublishFailed = errors.New("ko publish failed")
func Publish(ctx context.Context, path string) (string, error) {
version := os.Getenv("GOOGLE_KO_VERSION")
if version == "" {
version = "v0.11.2"
version = "v0.15.2"
}
args := []string{
"go", "run", fmt.Sprintf("github.com/google/ko@%s", version),
Expand Down

0 comments on commit 7b147fc

Please sign in to comment.