Skip to content

Commit

Permalink
Bump go to v1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhaley committed Dec 10, 2019
1 parent 2dc024a commit e0a7b3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0a7b3a

Please sign in to comment.