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 d5d1631 commit 58587acCopy full SHA for 58587ac
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