Skip to content

Commit d36dbaa

Browse files
committed
Drop support for Go 1.10
This is necessary for the adoption of Go modules. We still support the two latest versions of Go (min 1year).
1 parent e051fef commit d36dbaa

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: go
22

33
go:
4-
- "1.10"
54
- "1.11"
65
- "1.12"
76

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ few months. The [Changelog] is kept fairly up-to-date.
5252
## Getting Started
5353

5454
### Installing
55-
To start using Badger, install Go 1.8 or above and run `go get`:
55+
To start using Badger, install Go 1.11 or above and run `go get`:
5656

5757
```sh
5858
$ go get github.com/dgraph-io/badger/v2/...

0 commit comments

Comments
 (0)