Commit 8931371
committed
Verify "go mod tidy" in CI
Previously, there was no verification that it was possible to run
"go mod tidy" and "go mod vendor" in projects that depend on errors.
This commit adds a CI step to check that these "go mod" commands can
run successfully.1 parent fc43a0e commit 8931371
2 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
| |||
0 commit comments