use the old way to ignore go.mod?

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2022-10-08 19:31:35 -05:00
parent f8766de9a0
commit 54a402449f
1 changed files with 1 additions and 0 deletions

View File

@ -2,4 +2,5 @@ run: build
./gui-example
build:
GO111MODULE="off" go -v get .
GO111MODULE="off" go build