Commit 3d7bdaa
fix: switch golangci-lint install to binary download via uget.sh
Using 'go install' for golangci-lint v2 failed in prow because the
Go toolchain version requirement caused install failures. Switch to
downloading the pre-built binary directly from GitHub Releases,
matching how kcp manages golangci-lint.
Also removes the 'v' prefix from GOLANGCI_LINT_VER (uget.sh uses
version without 'v' in the download URL).
Signed-off-by: mjudeikis-bot <mjudeikis-bot@faros.sh>
Co-authored-by: Mangirdas Judeikis <mangirdas@judeikis.lt>1 parent 3ce0263 commit 3d7bdaa
2 files changed
Lines changed: 656 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
116 | 119 | | |
117 | 120 | | |
118 | 121 | | |
| |||
0 commit comments