Skip to content

Commit a126bb6

Browse files
committed
Changed make fmt to use -mod=mod to fix issue with go workspaces
1 parent b8d07aa commit a126bb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ manifests:
7373
# Run go fmt against code
7474
.PHONY: fmt
7575
fmt:
76-
go fmt ./...
76+
go fmt -mod=mod ./...
7777

7878
# Run go vet against code
7979
.PHONY: vet

0 commit comments

Comments
 (0)