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

ERROR [memogram builder 6/7] RUN CGO_ENABLED=0 go build -o memogram ./bin/memogram #82

Closed
ciaranhunt opened this issue Nov 19, 2024 · 7 comments
Assignees

Comments

@ciaranhunt
Copy link

log:
RUN CGO_ENABLED=0 go build -o memogram ./bin/memogram:
0.585 go: updates to go.mod needed; to update it:
0.585 go mod tidy
image

@im6h
Copy link
Contributor

im6h commented Nov 19, 2024

You might update go.mod with go mod tidy and then build with the docker.

@im6h
Copy link
Contributor

im6h commented Nov 19, 2024

Because the latest base image update to go 1.23, which conflicts with go.mod file.

@ciaranhunt
Copy link
Author

bud i don't have go,this is docker compose up -d

@im6h
Copy link
Contributor

im6h commented Nov 20, 2024

You may bypass it with the following codes in go.mod
go 1.22.2 -> go 1.22.7

toolchain go1.22.9 -> toolchain go1.23.3

@javierspn
Copy link

You may bypass it with the following codes in go.mod go 1.22.2 -> go 1.22.7

toolchain go1.22.9 -> toolchain go1.23.3

This works.

@johnnyjoygh
Copy link
Contributor

It should be fixed with 3088c8d

@johnnyjoygh johnnyjoygh self-assigned this Dec 3, 2024
@johnnyjoygh
Copy link
Contributor

@boojack Maybe it's ready for the next release of telegram bot integration.

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

4 participants