forked from projectcontour/contour
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes projectcontour#1377 BREAKING CHANGE We build with -mod=readonly so that the build will fail if anything is out of date in our go.mod file. golang/go#30667 changed the behaviour of the go tool to require that go.mod AND go.sum be up to date so this means I cannot use my hack of .gitignoring the go.sum file. This means when you pull this commit you will probably have to delete your local go.sum working copy. If we're lucky then you shouldn't need to change it after that. If we're not lucky, the bloody thing will always be dirty and we'll waste a lot of time telling people to revert their changes to this file. C'est la vie. Signed-off-by: Dave Cheney <[email protected]>
- Loading branch information
1 parent
af0b10c
commit fb96de4
Showing
4 changed files
with
266 additions
and
5 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.