Commit 5274d5e
fix(ci): pin the golangci-lint installer to its release tag
The lint job installed golangci-lint via the install.sh from the master branch,
whose embedded checksums drifted from the v2.12.2 release tarball, so the download
failed checksum verification ("did not verify"). Fetch install.sh from the
matching v$(GOLANGCILINTVERSION) tag instead, so its checksums always match the
release being installed. golangci-lint run itself is clean (0 issues).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 05ead0a commit 5274d5e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments