Skip to content

Commit

Permalink
Set minimum go version to .0
Browse files Browse the repository at this point in the history
  • Loading branch information
prymitive committed Nov 9, 2023
1 parent 02875ec commit e973e83
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cloudflare/pint

go 1.21.4
go 1.21.0

require (
github.com/cespare/xxhash/v2 v2.2.0
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.21.4
go 1.21.0

require mvdan.cc/gofumpt v0.5.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.21.4
go 1.21.0

require golang.org/x/tools v0.14.0

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

go 1.21.4
go 1.21.0

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

Expand Down

0 comments on commit e973e83

Please sign in to comment.