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

[bug] go.mod go/toolchain versions are not compatible with current codebase #780

Open
5aji opened this issue Nov 29, 2024 · 0 comments
Open

Comments

@5aji
Copy link

5aji commented Nov 29, 2024

Description of the bug

Currently, a file uses the Partitioned property of http.Cookie. This was introduced in Go 1.23, and the Dockerfile uses that when building. However, the go.mod file specifies go 1.21 as the minimum supported version, which fails to build.

Step by step instructions to reproduce the bug

Update go.mod to use go 1.23.

Can you replicate that error from the demo?

Not applicable as this error happens during compilation.

Observed behavior

Go build fails with trying to access the Partitioned property of http.Cookie, which does not exist

Expected behavior

Build completes successfully.

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

1 participant