Skip to content
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

not install. must match format 1.23 version #2

Open
radist opened this issue Jul 15, 2024 · 4 comments
Open

not install. must match format 1.23 version #2

radist opened this issue Jul 15, 2024 · 4 comments

Comments

@radist
Copy link

radist commented Jul 15, 2024

$ go install github.com/mattermost/migration-assist/cmd/migration-assist@latest
go: github.com/mattermost/migration-assist/cmd/migration-assist@latest (in github.com/mattermost/[email protected]): go.mod:3: invalid go version '1.22.2': must match format 1.23
@ltsavar
Copy link

ltsavar commented Jul 16, 2024

same here

@Sam-Runner
Copy link

I encountered this issue running Ubuntu 22.04.4 LTS. I found is that the version of Go sourced by apt was stuck at v1.18. I was able to clear out the version supplied by apt, and use sudo snap install go --classic to install v1.22.5. After that, the go install command worked as expected.

@agnivade
Copy link
Member

@radist - What is your Go version? I have 1.21.8 and it works fine.

@lkroll
Copy link

lkroll commented Aug 28, 2024

Using the golang package from Debian 12 I got the same error message when trying to install the migration-assistant.

Installing go 1.23 manually according to offical docs works however: https://go.dev/doc/install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants