Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use go1.21, clean up ci and drop go1.19 #1137

Merged
merged 9 commits into from
Sep 11, 2023
Prev Previous commit
Next Next commit
use go1.21 as base image
Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed Sep 11, 2023
commit c383b274fa83d25a06cdb341ddabfb194ab682dd
8 changes: 4 additions & 4 deletions .ko.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
baseImageOverrides:
github.com/google/ko: golang:1.20
github.com/google/ko: golang:1.21

builds:
- id: ko
ldflags:
- "{{ .Env.LDFLAGS }}"
- id: ko
ldflags:
- "{{ .Env.LDFLAGS }}"