-
Notifications
You must be signed in to change notification settings - Fork 173
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 to go1.22.8 #340
base: master
Are you sure you want to change the base?
update to go1.22.8 #340
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #340 +/- ##
==========================================
- Coverage 53.42% 52.79% -0.63%
==========================================
Files 9 13 +4
Lines 672 680 +8
==========================================
Hits 359 359
- Misses 268 276 +8
Partials 45 45 ☔ View full report in Codecov by Sentry. |
b2d6fb6
to
90b0f17
Compare
docker-bake.hcl
Outdated
@@ -1,5 +1,5 @@ | |||
variable "GO_VERSION" { | |||
default = "1.21.10" | |||
default = "1.22.8" |
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.
We could change that to
default = "1.22.8" | |
default = null |
So it keeps default from the Dockerfile
Looks like CGO is unhappy with some things;
|
Signed-off-by: Sebastiaan van Stijn <[email protected]>
90b0f17
to
28867b4
Compare
I think we need to set |
- What I did
- How I did it
- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)