-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: update to depend on the cuelang.org/[email protected]
Also bump the Go version used by the repo to go1.22.0 while we are here. We also drop the unused latestStableGo field from our repo config package. The remainder of this change made by running: go get cuelang.org/[email protected] go mod tidy go generate ./... in / and /play using go1.22.0. Signed-off-by: Paul Jolly <[email protected]> Change-Id: I58a5560791b102c1f70a73400850554581c8d2e2 Reviewed-on: https://review.gerrithub.io/c/cue-lang/cuelang.org/+/1177281 TryBot-Result: CUEcueckoo <[email protected]> Reviewed-by: Jonathan Matthews <[email protected]>
- Loading branch information
Showing
12 changed files
with
28 additions
and
25 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,14 +19,10 @@ botGitHubUserEmail: "[email protected]" | |
|
||
linuxMachine: "ubuntu-22.04" | ||
|
||
// Use the latest Go version for extra checks, | ||
// such as running tests with the data race detector. | ||
latestStableGo: "1.20.x" | ||
|
||
// Use a specific latest version for release builds. | ||
// Note that we don't want ".x" for the sake of reproducibility, | ||
// so we instead pin a specific Go release. | ||
goVersion: "1.20.6" | ||
goVersion: "1.22.0" | ||
|
||
// Use a specific version of NodeJS for deploy purposes. This version | ||
// is consistent between netlify and GitHub Actions usage. | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export const CUEVersion = "v0.7.0"; | ||
export const CUEVersion = "v0.7.1"; |
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