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 091a39c commit 9516dd2Copy full SHA for 9516dd2
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