Skip to content

Commit 4a79a5e

Browse files
feat: support the new workspace folder structure (#85)
Signed-off-by: Harikrishnan Balagopal <[email protected]>
1 parent b740c62 commit 4a79a5e

File tree

5 files changed

+363
-213
lines changed

5 files changed

+363
-213
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ DISTDIR := $(CURDIR)/_dist
1818
TARGETS := darwin/amd64 linux/amd64
1919
REGISTRYNS := quay.io/konveyor
2020

21-
GO_VERSION ?= 1.16
21+
GO_VERSION ?= $(shell go run ./scripts/detectgoversion/detect.go 2>/dev/null || printf '1.16')
2222
GOPATH = $(shell go env GOPATH)
2323
GOX = $(GOPATH)/bin/gox
2424
GOLINT = $(GOPATH)/bin/golint

0 commit comments

Comments
 (0)