Commit 7c298b0
committed
chore(ci): use go tool for golangci-lint to align with project version
Replace golangci-lint-action (which downloads the latest release) with
`go tool`, so CI uses the same v1.64.7 from go.mod as local `make lint`.
GOOS/GOARCH are passed inline to avoid affecting the tool build itself.
Signed-off-by: Quang Nguyen <nguyenquang@microsoft.com>1 parent 732952a commit 7c298b0
1 file changed
+1
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 27 | | |
31 | 28 | | |
32 | 29 | | |
| |||
35 | 32 | | |
36 | 33 | | |
37 | 34 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 35 | + | |
0 commit comments