Bump officially supported Go version to 1.11

Go 1.8 has been unsupported for more than a year.
This commit is contained in:
Stanisław Barzowski 2019-12-20 15:31:01 +01:00
parent 4b0052a9e3
commit b44e63e102
2 changed files with 1 additions and 10 deletions

View File

@ -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

View File

@ -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