Commit c2a24d1
committed
Fix GitHub Actions workflow: Replace golangci-lint-action with local installation
- Remove golangci/golangci-lint-action@v8 which is not allowed in this repository
- Replace with local golangci-lint installation using curl
- Fix security restriction error in GitHub Actions
- Maintain same linting functionality with local installation1 parent fb3191b commit c2a24d1
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments