mirror of
https://github.com/google/go-jsonnet.git
synced 2026-05-04 19:46:12 +02:00
Remove support for go 1.11
This commit is contained in:
parent
c187d5b373
commit
e3c7ddab44
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -25,9 +25,6 @@ jobs:
|
||||
# - goVersion: "1"
|
||||
# GOARCH: "ppc64le"
|
||||
# SKIP_PYTHON_BINDINGS_TESTS: "0"
|
||||
- goVersion: "1.11"
|
||||
GOARCH: "amd64"
|
||||
SKIP_PYTHON_BINDINGS_TESTS: "0"
|
||||
- goVersion: "1.12"
|
||||
GOARCH: "amd64"
|
||||
SKIP_PYTHON_BINDINGS_TESTS: "0"
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
This an implementation of [Jsonnet](http://jsonnet.org/) in pure Go. It is a feature complete, production-ready implementation. It is compatible with the original [Jsonnet C++ implementation](https://github.com/google/jsonnet). Bindings to C and Python are available (but not battle-tested yet).
|
||||
|
||||
This code is known to work on Go 1.11 and above. We recommend always using the newest stable release of Go.
|
||||
This code is known to work on Go 1.12 and above. We recommend always using the newest stable release of Go.
|
||||
|
||||
## Installation instructions
|
||||
|
||||
@ -78,7 +78,7 @@ func main() {
|
||||
}
|
||||
```
|
||||
|
||||
## Build instructions (go 1.11+)
|
||||
## Build instructions (go 1.12+)
|
||||
|
||||
```bash
|
||||
git clone git@github.com:google/go-jsonnet.git
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user