-
Notifications
You must be signed in to change notification settings - Fork 1
Version updates
Jesús García Crespo edited this page Jun 18, 2025
·
1 revision
-
/go.mod
-
/.github/workflows/*
-
/web/package.json
-
/Dockerfile
-
/.bine.json
Rungo tool bine list --outdatedorgo tool bine upgradedirectly. -
/.dagger/main.go -
/buf.gen.yaml -
/buf.yaml
Manual updates, then runbuf dep updateto update the lock file. -
/.pre-commit-config.yaml
uvx pre-commit autoupdate -
/worker/pyproject.toml
-
buf.build/go/protovalidateis listed bygo.mod, -
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/gois listed bygo.mod -
buf.build/bufbuild/protovalidateis listed bybuf.yamlandbuf.lock
Make sure they're all compatible with each other. The protovalidate-go releases page often describes compatibility details. Then run the command below, make sures that the tests are still passing and commit the changes:
just gen-buf
For an example, see this pull request: https://github.com/artefactual-labs/ccp/pull/82/commits.