mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
* [VAULT-40165] pipeline(github): add `check go-mod-diff` command Add `pipeline github check go-mod-diff` command that is capable of creating a Go module diff between one-or-more go.mod files in two different Github branches. There are flags for the owner, repo, and branch for both the A and B sides of the diff, as well as the `--path` or `-p` flag that can be specified any number of times with relative paths in the repository of go.mod files to compare. We assume that the path is the same in both repositories. This work will be followed up with another PR that removes the enterprise only go.mod file and enables Go module diff checking on pull requests to CE branches that change the go toolchain. Signed-off-by: Ryan Cragun <me@ryan.ec> Co-authored-by: Ryan Cragun <me@ryan.ec> |
||
|---|---|---|
| .. | ||
| codechecker | ||
| pipeline | ||
| semgrep | ||
| stubmaker | ||
| tools.go | ||
| tools.sh | ||