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

Missing support for latest Debian stable / Go version 1.21.0 #9

Closed
buhtz opened this issue Jun 27, 2024 · 2 comments · Fixed by #10
Closed

Missing support for latest Debian stable / Go version 1.21.0 #9

buhtz opened this issue Jun 27, 2024 · 2 comments · Fixed by #10
Assignees
Labels
bug Something isn't working

Comments

@buhtz
Copy link

buhtz commented Jun 27, 2024

I run this on Debian 12, the latest stable and not so old Debian version.

go install github.com/orangekame3/mk@latest
go: downloading github.com/orangekame3/mk v0.0.8
go: github.com/orangekame3/mk@latest (in github.com/orangekame3/[email protected]): go.mod:3: invalid go version '1.21.0': must match format 1.23

Do you have strong reason to force such a new go version? Why not step back to 1.21.0 to support latest Debian and all its based distros?

@orangekame3 orangekame3 self-assigned this Jun 28, 2024
@orangekame3
Copy link
Owner

@buhtz
Thanks I reproduce this error.
I think it releated to this comment
golang/go#61851 (comment)

I understand the solution to this problem and have made the necessary adjustments.

FROM golang:1.20

WORKDIR /app

RUN go install github.com/orangekame3/mk@latest

CMD ["mk"]
------                                                                                               
 > [3/3] RUN go install github.com/orangekame3/mk@latest:                                            
1.450 go: downloading github.com/orangekame3/mk v0.0.8                                               
1.665 go: github.com/orangekame3/mk@latest (in github.com/orangekame3/[email protected]): go.mod:3: invalid go version '1.21.0': must match format 1.23

@orangekame3 orangekame3 added the bug Something isn't working label Jun 28, 2024
@orangekame3 orangekame3 linked a pull request Jun 28, 2024 that will close this issue
@orangekame3
Copy link
Owner

@buhtz
now fix this error.

you can install via following command

go install github.com/orangekame3/[email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants