chore(ci): update golangci-lint and fix script paths
All checks were successful
Build and test / Lint (pull_request) Successful in 1m42s
Build and test / Test (Linux) (pull_request) Successful in 1m1s
Build and test / Build (pull_request) Successful in 12s

- 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:
juanarias8
2026-03-10 20:35:56 -05:00
parent 9a3d863696
commit b1ad4b9803
3 changed files with 14 additions and 11 deletions

View File

@@ -42,11 +42,14 @@ jobs:
- name: Download dependencies
run: go mod download
- name: Download tun2socks binaries
run: make download-tun2socks
- name: Install golangci-lint
run: GOTOOLCHAIN=local go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.1.6
- name: Lint
uses: golangci/golangci-lint-action@v6
with:
install-mode: goinstall
version: v1.64.8
run: golangci-lint run --allow-parallel-runners
test-linux:
name: Test (Linux)
@@ -112,4 +115,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