From 1c6bf548fca1caa7e70ca8618b8fbe3a40e71857 Mon Sep 17 00:00:00 2001 From: Lorna Song Date: Mon, 8 Jun 2020 11:58:11 -0400 Subject: [PATCH 1/3] update go version from 1.12 to 1.13 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 6edcfcecde7127454d21c922f13eaa3acd899026 Mon Sep 17 00:00:00 2001 From: Lorna Song Date: Mon, 8 Jun 2020 15:12:58 -0400 Subject: [PATCH 2/3] update goversion in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2041b6c..1e9bef0 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.0 PROJECT := $(CURRENT_DIR:$(GOPATH)/src/%=%) NAME := $(notdir $(PROJECT)) GIT_COMMIT ?= $(shell git rev-parse --short HEAD) From 12e1d96e11404f400ae716419ca1ef42538ede57 Mon Sep 17 00:00:00 2001 From: Lorna Song Date: Mon, 8 Jun 2020 15:29:47 -0400 Subject: [PATCH 3/3] update to latest patch version: 1.13.12 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1e9bef0..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.13.0 +GOVERSION := 1.13.12 PROJECT := $(CURRENT_DIR:$(GOPATH)/src/%=%) NAME := $(notdir $(PROJECT)) GIT_COMMIT ?= $(shell git rev-parse --short HEAD)