mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-08 07:17:12 +02:00
Bump officially supported Go version to 1.11
Go 1.8 has been unsupported for more than a year.
This commit is contained in:
parent
4b0052a9e3
commit
b44e63e102
@ -3,7 +3,7 @@ sudo: false
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- go: 1.x
|
- go: 1.x
|
||||||
- go: 1.8.x
|
- go: 1.11.x
|
||||||
- go: tip
|
- go: tip
|
||||||
- name: "Bazel Check"
|
- name: "Bazel Check"
|
||||||
go: 1.x
|
go: 1.x
|
||||||
|
@ -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).
|
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
|
## Running tests
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user