Skip to content

Commit

Permalink
Merge pull request #94 from manuelbuil/GOFLAGS
Browse files Browse the repository at this point in the history
Allow to add additional GOFLAGS
  • Loading branch information
zshi-redhat authored Apr 13, 2021
2 parents af80821 + 3fc59db commit 4c18b1b
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 @@ -19,7 +19,7 @@ MAIN_PKG=cmd/manager/main.go
export NAMESPACE?=openshift-sriov-network-operator
export WATCH_NAMESPACE?=openshift-sriov-network-operator
export ENABLE_ADMISSION_CONTROLLER?=true
export GOFLAGS=-mod=vendor
export GOFLAGS+=-mod=vendor
export GO111MODULE=on
PKGS=$(shell go list ./... | grep -v -E '/vendor/|/test|/examples')

Expand Down

0 comments on commit 4c18b1b

Please sign in to comment.