Skip to content

Commit

Permalink
Merge pull request #5 from dymurray/goimports
Browse files Browse the repository at this point in the history
🐛 Pin goimports to v0.24.0
  • Loading branch information
dymurray authored Oct 1, 2024
2 parents a7af9cb + b14c3d2 commit 2c87114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ vet:

# Ensure goimports installed.
$(GOIMPORTS):
go install golang.org/x/tools/cmd/goimports@latest
go install golang.org/x/tools/cmd/goimports@v0.24.0

0 comments on commit 2c87114

Please sign in to comment.