Commit 5d9e01f
committed
chore(ci): build golangci-lint from go.sum to align with project version
Replace golangci-lint-action (which downloads the latest release) with
go build from go.sum, so CI uses the same v1.64.7 as local `make lint`.
The binary is built with GOOS=linux GOARCH=amd64 for the host runner,
while job-level GOOS/GOARCH env vars direct golangci-lint's analysis to
the target platform.
Signed-off-by: Quang Nguyen <nguyenquang@microsoft.com>1 parent 732952a commit 5d9e01f
1 file changed
+3
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
37 | 39 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 40 | + | |
0 commit comments