Commit Graph

4 Commits

Author SHA1 Message Date
Jose B
1300cbacc9 fix: skip network namespace when domain filtering proxy is active
Some checks failed
Build and test / Build (pull_request) Successful in 13s
Build and test / Lint (pull_request) Failing after 35s
Build and test / Test (Linux) (pull_request) Successful in 1m17s
Change --unshare-net skip logic to trigger whenever filterProxy is set,
not just for wildcard allow configs. The filtering proxy always listens
on host 127.0.0.1 and requires sandboxed processes to reach the host
network via env-var-based proxying. Also upgrade golangci-lint-action to v7.
2026-02-17 16:11:41 -05:00
Jose B
ca80be7537 fix: correct typo in smoke test and use binary install mode for golangci-lint
Some checks failed
Build and test / Build (pull_request) Successful in 10s
Build and test / Lint (pull_request) Failing after 9s
Build and test / Test (Linux) (pull_request) Failing after 1m6s
2026-02-17 13:33:34 -05:00
Jose B
98db35a695 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
2026-02-17 12:27:09 -05:00
f4c9422f77 feat: migrate CI and releases from GitHub Actions to Gitea Actions
Retarget GoReleaser to publish to Gitea (gitea_urls, release.gitea,
changelog.use: gitea). Add Gitea Actions workflows for build/test,
release, and benchmarks — adapted from GitHub equivalents with macOS
jobs and SLSA provenance dropped. Old .github/workflows/ kept in place.
2026-02-13 12:20:32 -06:00