Skip to content

Commit

Permalink
hof/deps: update several other places CUE ver shows up; update Go ver…
Browse files Browse the repository at this point in the history
…sions in GHA
  • Loading branch information
Tony Worm committed May 2, 2024
1 parent 0adb16c commit 1aa7eb1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hof.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
go:
- 1.20.x
- 1.22.x
- 1.21.x
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion ci/gha/common/vars.cue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Formatters: [

Versions: {
docker: "24.0.5"
go: "1.21.x" | ["1.20.x", "1.21.x"]
go: "1.21.x" | ["1.22.x", "1.21.x"]
os: "ubuntu-latest" | ["ubuntu-latest", "macos-latest"]
}
2 changes: 1 addition & 1 deletion cmd/hof/verinfo/verinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var (
BuildArch = "Unknown"

// todo, look this up from deps
CueVersion = "0.7.0"
CueVersion = "0.8.2"

// this is a version we can fetch with hof mod
// the value gets injected into templates in various places
Expand Down
2 changes: 1 addition & 1 deletion docs/config.cue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ params: {
github_repo: "https://github.com/hofstadter-io/hof"
time_format_default: "January 2, 2006"
hofver: "v0.6.9-beta.1"
cuever: "v0.6.0"
cuever: "v0.8.2"
cuedocBase: "https://pkg.go.dev/cuelang.org/go@\(cuever)"
slackLink: "https://join.slack.com/t/hofstadter-io/shared_invite/zt-e5f90lmq-u695eJur0zE~AG~njNlT1A"
discordLink: "https://discord.gg/BXwX7n6B8w"
Expand Down
4 changes: 2 additions & 2 deletions docs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ params:
github_repo: https://github.com/hofstadter-io/hof
time_format_default: January 2, 2006
hofver: v0.6.9-beta.1
cuever: v0.6.0
cuedocBase: https://pkg.go.dev/cuelang.org/go@v0.6.0
cuever: v0.8.2
cuedocBase: https://pkg.go.dev/cuelang.org/go@v0.8.2
slackLink: https://join.slack.com/t/hofstadter-io/shared_invite/zt-e5f90lmq-u695eJur0zE~AG~njNlT1A
discordLink: https://discord.gg/BXwX7n6B8w
keywords:
Expand Down

0 comments on commit 1aa7eb1

Please sign in to comment.