-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add preflight checks for clearer failures and reference go.mod where …
…possible (#384) Closes: #383 It seems like go has a general issue with forward versioning as seen here: golang/go#55092 and the `gvm` project does not look to be healthy. Until some of that dust settles, it makes sense to add a preflight check to ensure that this repo fails before buildtime if the build environment is wrong. 1. Add a preflight check such that go is detected in the PATH 1. Adds a preflight check such that go version mismatches are more explicit 1. Updates CI to reference go.mod to prevent heartburn and headaches
- Loading branch information
1 parent
ef60ed2
commit 80a13f3
Showing
4 changed files
with
35 additions
and
16 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
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