From 17df0b61f14d0a94b91542e492f0a437dc562320 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Fri, 10 May 2019 19:50:04 -0700 Subject: [PATCH] Update to go1.11 --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index aa6250c..5659347 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: go go: - - 1.7 + - 1.11 install: - go get github.com/constabulary/gb/... - go get github.com/golang/lint/golint diff --git a/README.md b/README.md index 387d2a9..d838144 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Go-NEB is a [Matrix](https://matrix.org) bot written in Go. It is the successor # Quick Start -Clone and run (Requires Go 1.7+ and GB): +Clone and run (Requires Go 1.11+ and GB): ```bash gb build github.com/matrix-org/go-neb