Skip to content

#1635 - Fix: changed the golangci-lint script url#1636

Merged
abdurriq merged 1 commit intodevcontainers:mainfrom
ivanov-gv:fix/#1635-go-golangci-lint-install-script
May 5, 2026
Merged

#1635 - Fix: changed the golangci-lint script url#1636
abdurriq merged 1 commit intodevcontainers:mainfrom
ivanov-gv:fix/#1635-go-golangci-lint-install-script

Conversation

@ivanov-gv
Copy link
Copy Markdown
Contributor

Fixes #1635

Switches the golangci-lint install script URL from https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh to https://golangci-lint.run/install.sh, as recommended by upstream in the v2.12.1 release notes. The master branch is no longer maintained and contains a checksum-verification bug that breaks installs of v2.12.1.

Verified with devcontainer features test -f go - passes without errors.

@ivanov-gv ivanov-gv requested a review from a team as a code owner May 4, 2026 11:34
@ivanov-gv
Copy link
Copy Markdown
Contributor Author

@microsoft-github-policy-service agree

@abdurriq abdurriq merged commit 50fd979 into devcontainers:main May 5, 2026
18 of 19 checks passed
@abdurriq
Copy link
Copy Markdown
Contributor

abdurriq commented May 5, 2026

LGTM thank you for this fix!

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

Successfully merging this pull request may close these issues.

Go feature: golangci-lint installation fails

2 participants