-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Invalid go version '1.22.0': must match format 1.23 #1163
Comments
Go 1.19 is a bit old and isn't supported upstream anymore (see also https://endoflife.date/go). 😅
Toolchains have been added in Go 1.21: https://go.dev/doc/toolchain Could you update your Docker base image to a newer version of Go? For example,
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the Bug
Encountering an error when attempting to install : github.com/golang-migrate/migrate/v4/cmd/migrate@latest (in github.com/golang-migrate/migrate/[email protected]) , while no such issue exists with version v4.17.1 . Using Go version 1.19.
Steps to Reproduce
Steps to reproduce the behavior:
Expected Behavior
Expecting to successfully install and use version github.com/golang-migrate/migrate/[email protected]
Migrate Version
e.g. v4.18.1
Obtained by running:
migrate -version
Go Version
e.g. go version go1.19 - alpine
Stacktrace
The text was updated successfully, but these errors were encountered: