Skip to content

Commit

Permalink
Fix incorrect dev tool versions in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-congo committed Feb 22, 2024
1 parent 6ae23a1 commit 8f12115
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ install-dev-tools-go1.18:

install-dev-tools:
go install github.com/vakenbolt/[email protected]
go install mvdan.cc/gofumpt@v0.4.0
go install github.com/segmentio/golines@v0.11.0
go install honnef.co/go/tools/cmd/staticcheck@v0.3.3
go install mvdan.cc/gofumpt@v0.6.0
go install github.com/segmentio/golines@v0.12.2
go install honnef.co/go/tools/cmd/staticcheck@v0.4.6

install-tools-go1.18: install-build-tools install-dev-tools-go1.18

Expand Down

0 comments on commit 8f12115

Please sign in to comment.