summaryrefslogtreecommitdiff
path: root/cmds
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
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')
-rw-r--r--cmds/gui-demo/Makefile2
-rw-r--r--cmds/gui-example/Makefile2
2 files changed, 2 insertions, 2 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
diff --git a/cmds/gui-example/Makefile b/cmds/gui-example/Makefile
index 5028ebd..8718fd1 100644
--- a/cmds/gui-example/Makefile
+++ b/cmds/gui-example/Makefile
@@ -2,4 +2,4 @@ run: build
./gui-example
build:
- GO111MODULE="off" go build
+ go build