File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,16 +25,13 @@ jobs:
2525 # - goVersion: "1"
2626 # GOARCH: "ppc64le"
2727 # SKIP_PYTHON_BINDINGS_TESTS: "0"
28- - goVersion : " 1.17"
29- GOARCH : " amd64"
30- SKIP_PYTHON_BINDINGS_TESTS : " 0"
31- - goVersion : " 1.18"
28+ - goVersion : " 1.20"
3229 GOARCH : " amd64"
3330 SKIP_PYTHON_BINDINGS_TESTS : " 0"
34- - goVersion : " 1.19 "
31+ - goVersion : " 1.21 "
3532 GOARCH : " amd64"
3633 SKIP_PYTHON_BINDINGS_TESTS : " 0"
37- - goVersion : " 1.20 "
34+ - goVersion : " 1.22 "
3835 GOARCH : " amd64"
3936 SKIP_PYTHON_BINDINGS_TESTS : " 0"
4037 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -16,16 +16,12 @@ This code is known to work on Go 1.12 and above. We recommend always using the n
1616## Installation instructions
1717
1818``` shell
19- # go >= 1.17
2019# Using `go get` to install binaries is deprecated.
2120# The version suffix is mandatory.
2221go install github.com/google/go-jsonnet/cmd/jsonnet@latest
2322
2423# Or other tools in the 'cmd' directory
2524go install github.com/google/go-jsonnet/cmd/jsonnet-lint@latest
26-
27- # go < 1.17
28- go get github.com/google/go-jsonnet/cmd/jsonnet
2925```
3026
3127It's also available on Homebrew:
You can’t perform that action at this time.
0 commit comments