We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e051fef commit d36dbaaCopy full SHA for d36dbaa
.travis.yml
@@ -1,7 +1,6 @@
1
language: go
2
3
go:
4
- - "1.10"
5
- "1.11"
6
- "1.12"
7
README.md
@@ -52,7 +52,7 @@ few months. The [Changelog] is kept fairly up-to-date.
52
## Getting Started
53
54
### Installing
55
-To start using Badger, install Go 1.8 or above and run `go get`:
+To start using Badger, install Go 1.11 or above and run `go get`:
56
57
```sh
58
$ go get github.com/dgraph-io/badger/v2/...
0 commit comments