-
Notifications
You must be signed in to change notification settings - Fork 82
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 go 1.23.3 #1005
Update to go 1.23.3 #1005
Conversation
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.
/lgtm
go.mod
Outdated
@@ -1,6 +1,6 @@ | |||
module github.com/gardener/gardener-extension-provider-azure | |||
|
|||
go 1.23.0 | |||
go 1.23.3 |
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.
Not sure about this change 🤔
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.
The go
directive in the go.mod is the mininum go version needed to run the program. So, it should remain at 1.23.0 I believe
Dockerfile
Outdated
@@ -1,5 +1,5 @@ | |||
############# builder | |||
FROM golang:1.23.0 AS builder | |||
FROM golang:1.23 AS builder |
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.
Removing the patch version from the tests is great and it will make dependabot updates work out of the box for all specific go patch versions.
For the main images I think it's best to be very explicit
How to categorize this PR?
/area quality
/kind enhancement
/platform azure
What this PR does / why we need it:
Update to go 1.23.3
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Release note: