Skip to content

Commit

Permalink
1.7-compat
Browse files Browse the repository at this point in the history
Signed-off-by: leecalcote <[email protected]>
  • Loading branch information
leecalcote committed Jul 8, 2022
1 parent e50713f commit c779f0f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 701 deletions.
9 changes: 8 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
GOPATH = $(shell go env GOPATH)
BUILDER=buildx-multi-arch

GIT_VERSION=$(shell git describe --tags `git rev-list --tags --max-count=1`)
GIT_STRIPPED_VERSION=$(shell git describe --tags `git rev-list --tags --max-count=1` | cut -c 2-)
v ?= 1.17.8 # Default go version to be used

check:
golangci-lint run

Expand All @@ -19,7 +26,7 @@ docker-run:
layer5/meshery-istio:edge-latest

run:
go mod tidy; \
go$(v) mod tidy -compat=1.17; \
DEBUG=true GOPROXY=direct GOSUMDB=off go run main.go

run-force-dynamic-reg:
Expand Down
Loading

0 comments on commit c779f0f

Please sign in to comment.