-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/ci: add Go 1.18 and bump action and Go versions
Add Go 1.18 as the latest stable version, as all of our tests are nearly passing with it at this point. We also stop pinning the exact Go versions for running the tests, because they should always be running on the latest bugfix release. We can drop the exact version pinning from code generation too, now that qgo is no longer used as part of `go generate`. We do keep the pinning for the releases, for reproducibility. There have been a few bugfix Go releases recently. The official GitHub Actions for setup-go, checkout, and cache all have jumped to v3 now. Beyond a number of fixes, the only notable change is that setup-go now works with Go pre-release tags without needing `stable: false`. While here, I noticed that the cue.mod/module.cue file in the github test was buggy: it was missing the cue extension and had bad syntax. Fixes #1619. Change-Id: Ib12004d7856ac3702cd2a1e370e7f66211ecccdb Signed-off-by: Daniel Martí <[email protected]> Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/536099 Unity-Result: CUEcueckoo <[email protected]> TryBot-Result: CUEcueckoo <[email protected]> Reviewed-by: Marcel van Lohuizen <[email protected]>
- Loading branch information
Showing
6 changed files
with
139 additions
and
113 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.