Skip to content

Commit

Permalink
feat(golang): upgrade to 1.24 (#241)
Browse files Browse the repository at this point in the history
Upgrades us to Go 1.24 and all required dependencies to faciliate doing
so.
  • Loading branch information
jaredallard authored Feb 13, 2025
1 parent 42f7f66 commit 8fd76ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# Default versions of tools, to update these, set [tools.override]
[tools]
bun = "latest"
golang = "1.23.5"
"go:gotest.tools/gotestsum" = "v1.12.0"
golang = "1.24.0"
"go:gotest.tools/gotestsum" = "1.12.0"
"go:golang.org/x/tools/cmd/goimports" = "latest"
"go:mvdan.cc/sh/v3/cmd/shfmt" = "latest"
"go:github.com/thenativeweb/get-next-version" = "latest"
"go:sigs.k8s.io/mdtoc" = "latest"
"ubi:golangci/golangci-lint" = "1.63.4"
"ubi:golangci/golangci-lint" = "1.64.4"
"ubi:goreleaser/goreleaser" = "2"
"ubi:orhun/git-cliff" = "2"

Expand Down

0 comments on commit 8fd76ed

Please sign in to comment.