Skip to content

Commit

Permalink
Merge pull request #704 from cloudflare/toolchain
Browse files Browse the repository at this point in the history
Add go toolchain version
  • Loading branch information
prymitive authored Aug 29, 2023
2 parents f42fa18 + 29d700f commit 32d972f
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 32d972f

Please sign in to comment.