Skip to content

Commit 0ea744d

Browse files
chore: fix references to Go version in the README
1 parent 6796868 commit 0ea744d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
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).
1313

14-
This code is known to work on Go 1.12 and above. We recommend always using the newest stable release of Go.
14+
This code is known to work on Go 1.23 and above. We recommend always using the newest stable release of Go.
1515

1616
## Installation instructions
1717

@@ -83,7 +83,7 @@ func main() {
8383
}
8484
```
8585

86-
## Build instructions (go 1.12+)
86+
## Build instructions (go 1.23+)
8787

8888
```bash
8989
git clone [email protected]:google/go-jsonnet.git

0 commit comments

Comments
 (0)