-
-
Notifications
You must be signed in to change notification settings - Fork 349
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
[chore] Bump tooling versions, bump go -> v1.23.0 #3258
Conversation
Looks like a deprecation notice to address in
I'll address that tomorrow or so. |
Hmm this is now blocked on go-swagger, which gives the following error under go v1.23.0:
|
not really sure what we're gonna do about this 🤔 there does seem to be this PR which fixes things, but it depends whether we use type aliases as to whether this change will effect us or not... i might try a build with it and see if it changes anything |
okay running go-swagger with go-swagger/go-swagger#3137 doesn't cause any changes with our build. i'm going to make a temporary release for us with this fix so we can at least bump to Go 1.23 |
4be1f78
to
6045ff6
Compare
Description
This pull request bumps the following:
Checklist
Please put an x inside each checkbox to indicate that you've read and followed it:
[ ]
->[x]
If this is a documentation change, only the first checkbox must be filled (you can delete the others if you want).
go fmt ./...
andgolangci-lint run
.