You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just scaffolding a new project with this awesome tool. but the go install command from README.md does not work anymore with the following error:
❯ go install github.com/melkeydev/go-blueprint@latest
go: github.com/melkeydev/go-blueprint@latest (in github.com/melkeydev/go-blueprint@v0.7.5): go.mod:3: invalid go version '1.22.4': must match format 1.23
I'm pretty it's because of mention go patch version in the project's go.mod file.
Operating System
Debian 12
Architecture Version (x86, x64, arm, etc)
x64
Steps to reproduce
Just run the install command from README.md
go install github.com/melkeydev/go-blueprint@latest
Relevant log output
go: github.com/melkeydev/go-blueprint@latest (in github.com/melkeydev/go-blueprint@v0.7.5): go.mod:3: invalid go version '1.22.4': must match format 1.23
The text was updated successfully, but these errors were encountered:
This isn't a bug per se, you're running an outdated Go version. Please update Go to v1.21 or later. You're running Debian and get old packages when using apt. I'm running Debian myself, but the tools I use for development are always up-to-date. Either build from source or download the latest release from the repository.
What is the problem?
I was just scaffolding a new project with this awesome tool. but the
go install
command from README.md does not work anymore with the following error:❯ go install github.com/melkeydev/go-blueprint@latest go: github.com/melkeydev/go-blueprint@latest (in github.com/melkeydev/go-blueprint@v0.7.5): go.mod:3: invalid go version '1.22.4': must match format 1.23
I'm pretty it's because of mention go patch version in the project's
go.mod
file.Operating System
Debian 12
Architecture Version (x86, x64, arm, etc)
x64
Steps to reproduce
Just run the install command from README.md
Relevant log output
go: github.com/melkeydev/go-blueprint@latest (in github.com/melkeydev/go-blueprint@v0.7.5): go.mod:3: invalid go version '1.22.4': must match format 1.23
The text was updated successfully, but these errors were encountered: