chore(ci): update golangci-lint and fix script paths
- bump golangci-lint-action to v7 and version to v2.1.6 - correct directory paths in `smoke_test.sh` - update `test` and `test-ci` targets in Makefile
This commit is contained in:
@@ -43,10 +43,9 @@ jobs:
|
||||
run: go mod download
|
||||
|
||||
- name: Lint
|
||||
uses: golangci/golangci-lint-action@v6
|
||||
uses: golangci/golangci-lint-action@v7
|
||||
with:
|
||||
install-mode: goinstall
|
||||
version: v1.64.8
|
||||
version: v2.1.6
|
||||
|
||||
test-linux:
|
||||
name: Test (Linux)
|
||||
|
||||
Reference in New Issue
Block a user