Skip to content

Commit

Permalink
Merge pull request #703 from cloudflare/gover
Browse files Browse the repository at this point in the history
Fix go version
  • Loading branch information
prymitive authored Aug 29, 2023
2 parents c31c666 + f0ada88 commit 9426e4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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
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
go 1.21.0

require golang.org/x/tools v0.12.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
go 1.21.0

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

Expand Down

0 comments on commit 9426e4f

Please sign in to comment.