-
Notifications
You must be signed in to change notification settings - Fork 404
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
update missing places that was using go1.20 #1163
Conversation
Signed-off-by: cpanato <[email protected]>
Codecov ReportAll modified lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1163 +/- ##
=======================================
Coverage 49.34% 49.34%
=======================================
Files 44 44
Lines 3640 3640
=======================================
Hits 1796 1796
Misses 1614 1614
Partials 230 230 ☔ View full report in Codecov by Sentry. |
.github/workflows/e2e.yaml
Outdated
@@ -21,7 +21,7 @@ jobs: | |||
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 | |||
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 | |||
with: | |||
go-version: '1.20' | |||
go-version: '1.21' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
go-version: '1.21' | |
go-version-file: 'go.mod' |
This keeps it up to date as we update go.mod
, and prevents future update PRs like this.
.goreleaser.yml
Outdated
@@ -30,7 +30,7 @@ kos: | |||
- id: ko-image | |||
build: binary | |||
main: . | |||
base_image: golang:1.20 | |||
base_image: golang:1.21 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
base_image: golang:1.21 | |
base_image: golang:latest |
Signed-off-by: cpanato <[email protected]>
Signed-off-by: cpanato <[email protected]>
Signed-off-by: cpanato <[email protected]>
Signed-off-by: cpanato <[email protected]>
Signed-off-by: cpanato <[email protected]>
Signed-off-by: cpanato <[email protected]>
No description provided.