We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e71f8 commit 69f971dCopy full SHA for 69f971d
Makefile
@@ -10,6 +10,8 @@ GCOV ?= gcov
10
SHELL = /bin/bash
11
GCOVR ?= gcovr
12
GIT ?= git
13
+# make sure go toolchain defined in daemon/go.mod is always used
14
+GOTOOLCHAIN=auto
15
16
include make/config.mk
17
include make/vendor.mk
0 commit comments