From 45644ef9bc333f5def62d1c7f474dc96274e63fa Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 8 Oct 2022 17:33:12 -0500 Subject: BUILD: builds again with go 1.19 on sid as of today Signed-off-by: Jeff Carr --- cmds/gui-example/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmds/gui-example') 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 -- cgit v1.2.3