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 @@ -5,7 +5,7 @@ experimental = true
lockfile = true

[tools]
go = "1.26.6"
go = "1.27.0"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blocking: golangci-lint 2.12.2 cannot type-check the Go 1.27 standard library. The current lint job fails in math/rand/v2 with method must have no type parameters, so this update leaves the required lint check unusable. Please bump golangci-lint to 2.13.0 (the release that adds Go 1.27 support) and regenerate mise.lock alongside this change.

golangci-lint = "2.12.2"
lefthook = "2.1.10"

Expand Down