From b44e63e102a85fcbcb0fec93ae2ac5d82f59c077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Barzowski?= Date: Fri, 20 Dec 2019 15:31:01 +0100 Subject: [PATCH] Bump officially supported Go version to 1.11 Go 1.8 has been unsupported for more than a year. --- .travis.yml | 2 +- README.md | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5bcca3c..403fd43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ sudo: false matrix: include: - go: 1.x - - go: 1.8.x + - go: 1.11.x - go: tip - name: "Bazel Check" go: 1.x diff --git a/README.md b/README.md index f8a2c75..0b399b3 100644 --- a/README.md +++ b/README.md @@ -49,15 +49,6 @@ For additional target platform names, see the per-Go release definitions [here]( Additionally if any files were moved around, see the section [Keeping the Bazel files up to date](#keeping-the-bazel-files-up-to-date). -## Build instructions (go 1.8 - 1.10) - -```bash -go get -u github.com/google/go-jsonnet -cd $GOPATH/src/github.com/google/go-jsonnet -go get -u . -go build ./cmd/jsonnet -``` - ## Running tests ```bash