Skip to content

Commit

Permalink
Add go toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
prymitive committed Aug 29, 2023
1 parent f42fa18 commit 29d700f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/cloudflare/pint

go 1.21.0
go 1.21

toolchain go1.21.0

require (
github.com/cespare/xxhash/v2 v2.2.0
Expand Down
4 changes: 3 additions & 1 deletion tools/gofumpt/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module _

go 1.21.0
go 1.21

toolchain go1.21.0

require mvdan.cc/gofumpt v0.5.0

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

go 1.21.0
go 1.21

toolchain go1.21.0

require golang.org/x/tools v0.12.0

Expand Down
4 changes: 3 additions & 1 deletion tools/golangci-lint/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module _

go 1.21.0
go 1.21

toolchain go1.21.0

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

Expand Down

0 comments on commit 29d700f

Please sign in to comment.