Skip to content

Commit

Permalink
Use go 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prymitive committed Aug 15, 2024
1 parent 84e94fe commit 983346f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.ver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.22.6
1.23.0
2 changes: 1 addition & 1 deletion tools/benchstat/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module _

go 1.22.0
go 1.23.0

require golang.org/x/perf v0.0.0-20231127181059-b53752263861

Expand Down
2 changes: 1 addition & 1 deletion tools/betteralign/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module _

go 1.22.0
go 1.23.0

require github.com/dkorunic/betteralign v0.5.1

Expand Down
2 changes: 1 addition & 1 deletion tools/gofumpt/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module _

go 1.22.0
go 1.23.0

require mvdan.cc/gofumpt v0.6.0

Expand Down
2 changes: 1 addition & 1 deletion tools/goimports/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module _

go 1.22.0
go 1.23.0

require golang.org/x/tools v0.24.0

Expand Down
3 changes: 1 addition & 2 deletions tools/golangci-lint/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module _

go 1.22.0
toolchain go1.22.5
go 1.23.0

require github.com/golangci/golangci-lint v1.60.1

Expand Down

0 comments on commit 983346f

Please sign in to comment.