Skip to content

Commit 61ba1f1

Browse files
authored
reverting to previous version since the latest release of this import is facing issues (#256)
1 parent 06470bf commit 61ba1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ webhook-cluster-test:
2020
go test -race --tags=webhook_cluster
2121

2222
goimports:
23-
go install golang.org/x/tools/cmd/goimports@latest
23+
go install golang.org/x/tools/cmd/goimports@v0.24.0
2424
goimports -w .
2525
go mod tidy
2626

0 commit comments

Comments
 (0)