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,12 @@ jobs:
|
||||
run: go mod download
|
||||
|
||||
- name: Lint
|
||||
uses: golangci/golangci-lint-action@v6
|
||||
uses: golangci/golangci-lint-action@v7
|
||||
with:
|
||||
version: v2.1.6
|
||||
install-mode: goinstall
|
||||
version: v1.64.8
|
||||
env:
|
||||
GOTOOLCHAIN: local
|
||||
|
||||
test-linux:
|
||||
name: Test (Linux)
|
||||
@@ -112,4 +114,4 @@ jobs:
|
||||
run: make build-ci
|
||||
|
||||
- name: Run smoke tests
|
||||
run: GREYWALL_TEST_NETWORK=1 ./scripts/smoke_test.sh ./greywall
|
||||
run: ./scripts/smoke_test.sh ./greywall
|
||||
|
||||
Reference in New Issue
Block a user