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 db39d09 commit f663d58Copy full SHA for f663d58
Makefile
@@ -30,7 +30,7 @@ GOARCH ?= $(shell $(GO) env GOARCH)
30
GOLANGCI_LINT_VERSION := 1.61.0
31
32
ifeq ($(GOBIN),)
33
-GOBIN := $(shell $(GO) env GOPATH | sed -e 's!\\!/!g')/bin
+ GOBIN := $(subst \,/,$(shell $(GO) env GOPATH))/bin
34
endif
35
36
# Scripts may also use CONTAINER_RUNTIME, so we need to export it.
0 commit comments