diff --git a/Makefile b/Makefile index 2041b6c..23748ea 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ GOPATH=$(shell go env GOPATH) GOPATH := $(lastword $(subst :, ,${GOPATH}))# use last GOPATH entry # Project information -GOVERSION := 1.12.3 +GOVERSION := 1.13.12 PROJECT := $(CURRENT_DIR:$(GOPATH)/src/%=%) NAME := $(notdir $(PROJECT)) GIT_COMMIT ?= $(shell git rev-parse --short HEAD) diff --git a/go.mod b/go.mod index d0afbc5..6502bb3 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/hashicorp/consul-esm -go 1.12 +go 1.13 require ( github.com/hashicorp/consul v1.6.1