-
Notifications
You must be signed in to change notification settings - Fork 290
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump Docker to address security scanners surfacing CVE
this was a more elaborate change that I anticipated. bumping docker forced me to bump buf tooling. Changes to generate proto seems expected, but the "buf format" tool changed dramatically: - does no longer accept running on a directory outside of the context directory. This is not a trivial change because it forces us to move all dependencies to the main go.mod, including buf and all proto generators - removes commas outside of proto definition, unclear if thats valid proto or a bug on the format tool
- Loading branch information
1 parent
a26c026
commit 85aef7a
Showing
10 changed files
with
236 additions
and
223 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.