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

fix: use GOTOOLCHAIN=auto inside the Docker images #4532

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

ldez
Copy link
Member

@ldez ldez commented Mar 18, 2024

The mode auto to download and use a Go version higher than the version inside the Docker image.

https://go.dev/doc/toolchain

Fixes #4239

@ldez ldez added bug Something isn't working area: docker docker PR that update Docker code labels Mar 18, 2024
@ldez ldez added this to the next milestone Mar 18, 2024
@ldez ldez requested a review from alexandear March 18, 2024 20:58
@ldez ldez merged commit 2413f68 into golangci:master Mar 18, 2024
13 checks passed
@ldez ldez deleted the fix/docker-go-version branch March 18, 2024 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: docker bug Something isn't working docker PR that update Docker code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docker image golangci/golangci-lint:v1.55.2 errors when project go.mod requires go v1.21.4
2 participants