Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions mise.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ shell = "bash -euo pipefail -c"
[tools]
# The toolchain, exact-pinned; GOTOOLCHAIN=local below makes go.mod's
# `go` directive and this pin agree loudly instead of auto-downloading.
go = "1.26.6"
go = "1.27.0"
# govulncheck is a build input (audit:go-vulns asserts it with this
# remedy): no upstream binaries and no aqua package, so the go: backend
# builds it from a pinned source version with the toolchain above —
Expand Down
Loading