hashicorp / go-sockaddr

IP Address/UNIX Socket convenience functions for Go
Mozilla Public License 2.0
266 stars 53 forks source link

go.mod: invalid go version '1.19.0': must match format 1.23 #51

Closed nunotexbsd closed 1 year ago

nunotexbsd commented 1 year ago

Getting errors from go.mod: invalid go version '1.19.0': must match format 1.23

Shouldn't it be 1.19 instead of 1.19.0?

jefferai commented 1 year ago

Huh, what version of Go are you using? While I agree that that's the normal version string I would expect, the version string was added via go mod tidy and then moved back to 1.19.0 from 1.21.0.

I'm guessing this is a newer change for Go but not compatible with older Go versions.

I'll set this back and bump tag.