We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
make fmt
1 parent b8d07aa commit a126bb6Copy full SHA for a126bb6
1 file changed
Makefile
@@ -73,7 +73,7 @@ manifests:
73
# Run go fmt against code
74
.PHONY: fmt
75
fmt:
76
- go fmt ./...
+ go fmt -mod=mod ./...
77
78
# Run go vet against code
79
.PHONY: vet
0 commit comments