Skip to content
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. #466

Merged
merged 2 commits into from
Jul 9, 2024
Merged

Update dependencies. #466

merged 2 commits into from
Jul 9, 2024

Conversation

sengi
Copy link
Contributor

@sengi sengi commented Jul 9, 2024

  • Update the min version constraint for the Go toolchain (which actions/setup-go treats as an exact version 🙃).
  • Update all the other dependencies, which for some reason Dependabot doesn't deal with.

We should probably replace Dbot with Renovate or even just a simple GH Action that runs make update_deps && make test.

The second commit is auto-generated.

sengi added 2 commits July 9, 2024 11:18
In theory this is the minimum version constraint, but in practice
actions/setup-go uses the exact version specified in go.mod when we run
the tests in GitHub Actions. The actual prod build (Dockerfile) uses the
latest available Go that meets the min version constraint.
@sengi sengi merged commit d040464 into main Jul 9, 2024
4 checks passed
@sengi sengi deleted the sengi/deps branch July 9, 2024 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants