summaryrefslogtreecommitdiff
path: root/cmds/gui-demo
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2022-10-08 17:33:12 -0500
committerJeff Carr <[email protected]>2022-10-08 17:33:12 -0500
commit45644ef9bc333f5def62d1c7f474dc96274e63fa (patch)
tree9f1dc4da5b2d125f7a017418d4d9912e16b71039 /cmds/gui-demo
parente7e956ff311c07e280a2332d0e50d2fac3bbe199 (diff)
BUILD: builds again with go 1.19 on sid as of today
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'cmds/gui-demo')
-rw-r--r--cmds/gui-demo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/gui-demo/Makefile b/cmds/gui-demo/Makefile
index 2dbc808..41fdd10 100644
--- a/cmds/gui-demo/Makefile
+++ b/cmds/gui-demo/Makefile
@@ -2,4 +2,4 @@ run: build
./gui-demo
build:
- GO111MODULE="off" go build
+ go build