fix: upgrade golangci-lint to v2.1.6 and download tun2socks in CI
Some checks failed
Build and test / Lint (pull_request) Failing after 14s
Build and test / Test (Linux) (pull_request) Failing after 1m9s
Build and test / Build (pull_request) Successful in 11s

This commit is contained in:
Jose B
2026-02-17 12:27:09 -05:00
parent 6be1cf5620
commit 98db35a695

View File

@@ -46,7 +46,7 @@ jobs:
uses: golangci/golangci-lint-action@v6
with:
install-mode: goinstall
version: v1.64.8
version: v2.1.6
test-linux:
name: Test (Linux)
@@ -105,6 +105,9 @@ jobs:
echo "=== Testing bwrap with user namespace ==="
bwrap --ro-bind / / --unshare-user --uid 0 --gid 0 -- /bin/echo "bwrap user namespace works!"
- name: Download tun2socks binaries
run: make download-tun2socks
- name: Run unit and integration tests
run: make test-ci