Skip to content

Commit

Permalink
Require Go 1.8 or newer.
Browse files Browse the repository at this point in the history
It's needed for url.PathEscape.

Add Go 1.10.x to CI.

Rearrange versions in CI so that latest version is tested first, and older versions are tested afterwards.
  • Loading branch information
dmitshur authored and andygrunwald committed Apr 29, 2018
1 parent 2e8da2e commit a9c12d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ language: go
sudo: false

go:
- 1.6
- 1.7
- 1.8
- 1.9
- "1.10.x"
- "1.9.x"
- "1.8.x"

before_install:
- make deps
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ go-gerrit is a [Go(lang)](https://golang.org/) client library for accessing the

## Installation

go-gerrit requires Go version 1.8 or greater.

It is go gettable ...

```sh
Expand All @@ -45,8 +47,8 @@ $ go test -v

```sh
$ cd $GOPATH/src/github.com/andygrunwald/go-gerrit
$ make
```
$ make
```

## API / Usage

Expand Down

0 comments on commit a9c12d7

Please sign in to comment.