You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
skip: bind address flag, serve skip.pac via http (#185)
Add --bind address for local address. Uses kingpin to parse flags simply
because this library is already in use in this repo.
The skip.pac file is now interpreted as a template so that the local
address can be filled in and served on http (instead of previously just
installing it with a file://-URL).
For this, we use the new "go:embed" feature to embed the template file
into the binary (hence the update to go-1.16).
Configuring the skip.pac file with an http://-URL appears to make this
work in chrome 🎉.
Also:
- update to go-1.16 (for go:embed, see above)
- fix go 1.16 invalid non-alphanumeric build constraint (test-bat-httplib -> testbathttplib)
- bump scion dependency to latest scionlab version which builds on go-1.15
- ci: bump machine for integration tests, now runs go-1.15. Some cheat to avoid building scion-skip in integration tests.
- ci: fix cache paths for integration tests, separate cache key
- update golangci-lint version in Makefile
- Makefile: do not run linter on make test/integration, messes up CI
- go mod tidy
0 commit comments