-
Notifications
You must be signed in to change notification settings - Fork 219
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 Github workflows and Go dependencies #1105
Conversation
bd11d6c
to
f647779
Compare
@duglin for review |
v2/protocol/http/write_request.go
Outdated
@@ -86,7 +86,7 @@ func (b *httpRequestWriter) setBody(body io.Reader) error { | |||
default: | |||
// This is where we'd set it to -1 (at least | |||
// if body != NoBody) to mean unknown, but | |||
// that broke people during the Go 1.8 testing | |||
// that broke people during the Go 1.8 testin2 |
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.
Typo?
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.
yeah, but not by me :)
I need to file a README update, lemme quickly address
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.
@duglin fixed
Signed-off-by: Michael Gasch <15986659+embano1@users.noreply.github.com>
Signed-off-by: Michael Gasch <15986659+embano1@users.noreply.github.com>
This PR updates the Github workflows and Go dependencies to more recent versions:
go
directive in respective modules togo 1.22
Note that I didn't feel the need to bump modules straight to
go 1.23
because we don't use the latest language features andgo 1.22
seemed sufficient/causing less compatibility issues (or warnings) for users < Go 1.22.