Skip to content

Commit

Permalink
using GOWORK=off on go mod verify (#4418) (#4419)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7939641)

Co-authored-by: Nicolas Lara <[email protected]>
  • Loading branch information
mergify[bot] and nicolaslara authored Feb 24, 2023
1 parent 332ca75 commit 303717a
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 @@ -157,7 +157,7 @@ go-mod-cache: go.sum

go.sum: go.mod
@echo "--> Ensure dependencies have not been modified"
@go mod verify
@GOWORK=off go mod verify

draw-deps:
@# requires brew install graphviz or apt-get install graphviz
Expand Down

0 comments on commit 303717a

Please sign in to comment.