Skip to content

Commit

Permalink
Bump supported go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bgaifullin committed Nov 18, 2018
1 parent f16ee58 commit d9d79fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ notifications:
email: false
language: go
go:
- 1.8
- 1.9
- "1.10"
- '1.9'
- '1.10'
- '1.11'

services:
- docker
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,6 @@ func main() {
}
}
```

## Go versions
Officially support last 3 golang releases

0 comments on commit d9d79fb

Please sign in to comment.