From e0a7b3ae27ec5da88d716604a29f97bc229f2aa1 Mon Sep 17 00:00:00 2001 From: Ben Whaley Date: Tue, 10 Dec 2019 12:39:26 -0800 Subject: [PATCH] Bump go to v1.13 --- Makefile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 56dfcfe3..bec4157c 100644 --- a/Makefile +++ b/Makefile @@ -13,9 +13,9 @@ ifeq "$(VERSION)" "" endif -GOVERSION := $(shell go version | grep 1.12) +GOVERSION := $(shell go version | grep 1.13) ifeq "$(GOVERSION)" "" - $(error must be running Go version 1.12.x) + $(error must be running Go version 1.13.x) endif all: test build diff --git a/README.md b/README.md index 10be5e13..c16886fd 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ $ ssmsh put name=/dev/app/domain value="www.example.com" type=String description MIT ## Contributing/compiling -1. Ensure you have at least go v1.12 +1. Ensure you have at least go v1.13 ``` $ go version go version go1.12 linux/amd64