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 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?
The text was updated successfully, but these errors were encountered:
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
I run this on Debian 12, the latest stable and not so old Debian version.
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?
The text was updated successfully, but these errors were encountered: