File tree 2 files changed +3
-10
lines changed
2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -25,16 +25,13 @@ jobs:
25
25
# - goVersion: "1"
26
26
# GOARCH: "ppc64le"
27
27
# 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"
32
29
GOARCH : " amd64"
33
30
SKIP_PYTHON_BINDINGS_TESTS : " 0"
34
- - goVersion : " 1.19 "
31
+ - goVersion : " 1.21 "
35
32
GOARCH : " amd64"
36
33
SKIP_PYTHON_BINDINGS_TESTS : " 0"
37
- - goVersion : " 1.20 "
34
+ - goVersion : " 1.22 "
38
35
GOARCH : " amd64"
39
36
SKIP_PYTHON_BINDINGS_TESTS : " 0"
40
37
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
16
16
## Installation instructions
17
17
18
18
``` shell
19
- # go >= 1.17
20
19
# Using `go get` to install binaries is deprecated.
21
20
# The version suffix is mandatory.
22
21
go install github.com/google/go-jsonnet/cmd/jsonnet@latest
23
22
24
23
# Or other tools in the 'cmd' directory
25
24
go 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
29
25
```
30
26
31
27
It's also available on Homebrew:
You can’t perform that action at this time.
0 commit comments