-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependencies, upgrade unified-ci #371
Conversation
The macos CI failure is from rogpeppe/go-internal#200, which is still unsolved. We're either going to have to live with it, migrate to a new tool, or figure out how to get unified-ci to downgrade our macos version in the OS matrix. |
hat tip to @laurentsenta for the hot tip that we can use The trick now will be remembering that this is set so that when GitHub retires |
Replaces #366
upgraded dependencies in v0, v2 and cmd
Also added a dependabot conifg, the only catch with that is I don't know if I should use /cmd/car or /cmd. The go.mod is in /cmd, but you can't run
go get
from in there. If nobody else knows what's the right way to do that then we can proceed as is and fix later if it doesn't update properly.