Skip to content

Commit

Permalink
Pin goimports to v0.24.0
Browse files Browse the repository at this point in the history
Signed-off-by: Dylan Murray <[email protected]>
  • Loading branch information
dymurray committed Oct 10, 2024
1 parent 16c65e8 commit 28df6ba
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 @@ -84,7 +84,7 @@ $(CONTROLLERGEN):

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

# Build SAMPLE ADDON
addon: fmt vet
Expand Down

0 comments on commit 28df6ba

Please sign in to comment.