-
Notifications
You must be signed in to change notification settings - Fork 20
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
[release-1.3] Update go version to 1.22.12 [SECURITY] #195
[release-1.3] Update go version to 1.22.12 [SECURITY] #195
Conversation
Signed-off-by: Fatih Türken <[email protected]>
Signed-off-by: Fatih Türken <[email protected]>
Signed-off-by: Erhan Cagirici <[email protected]>
/test-examples="examples/conditionalaccess/v1beta2/location.yaml" |
/test-examples="examples/applications/v1beta1/application.yaml" |
d57c706
to
cece307
Compare
/test-examples="examples/applications/v1beta1/application.yaml" |
/test-examples="examples/conditionalaccess/v1beta2/location.yaml" |
Signed-off-by: Fatih Türken <[email protected]> Signed-off-by: Sergen Yalçın <[email protected]>
cece307
to
911a0d6
Compare
/test-examples="examples/applications/v1beta2/application.yaml" |
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.
Thanks @turkenf LGTM!
Description of your changes
This PR updates
go.mod
dependencies to fix the following:go1.22.7
->go1.22.12
go1.22.7
->go1.22.12
go1.22.7
->go1.22.12
Also, this PR:
I have:
make reviewable
to ensure this PR is ready for review.backport release-x.y
labels to auto-backport this PR if necessary.How has this code been tested