Skip to content

Commit

Permalink
chore(deps): upgrade Go sdk to 1.23 (#6628)
Browse files Browse the repository at this point in the history
Release notes: https://go.dev/blog/go1.23

Also upgrade hay-kot/scaffold so I can use some validator features in
the 'aspect init' template.

---

- Covered by existing test cases
- Manual testing:

built CLI, ran `init` against current HEAD template, prompts look good
and it creates working app

GitOrigin-RevId: b93ea1ff63cf4b9816e19e71c0d45eaff658cf9d
  • Loading branch information
alexeagle authored and jbedard committed Sep 4, 2024
1 parent 8d89c0a commit 395ba5a
Show file tree
Hide file tree
Showing 6 changed files with 261 additions and 189 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_depe

go_rules_dependencies()

go_register_toolchains(version = "1.22.3")
go_register_toolchains(version = "1.23.0")

http_archive(
name = "bazel_gazelle",
Expand Down
Loading

0 comments on commit 395ba5a

Please sign in to comment.