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.
2 parents d5d1631 + 58587ac commit 46400acCopy full SHA for 46400ac
Makefile
@@ -20,7 +20,7 @@ SHELL:=/usr/bin/env bash
20
21
.DEFAULT_GOAL:=help
22
23
-GO_VERSION ?= $(shell sed -n 's/^go //p' go.mod)
+GO_VERSION ?= $(shell sed -n 's/^toolchain go//p' go.mod)
24
GOPATH := $(shell go env GOPATH)
25
GOARCH := $(shell go env GOARCH)
26
GOOS := $(shell go env GOOS)
0 commit comments