Skip to content

Commit 214a617

Browse files
authored
Update Go versions in CI. (#758)
Drop support for Go < 1.20.
1 parent e0c6a9e commit 214a617

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

.github/workflows/ci.yml

+3-6
Original file line numberDiff line numberDiff 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

README.md

-4
Original file line numberDiff line numberDiff 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.
2221
go install github.com/google/go-jsonnet/cmd/jsonnet@latest
2322

2423
# Or other tools in the 'cmd' directory
2524
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
2925
```
3026

3127
It's also available on Homebrew:

0 commit comments

Comments
 (0)