Skip to content

Commit

Permalink
build: drop support for go 1.9; test with 1.14 and 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
olt committed Sep 11, 2020
1 parent f2a5193 commit 56812b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ sudo: false
language: go

go:
- "1.9.x"
- "1.10.x"
- "1.12.x"
- "1.13.x" # we use this for releases, see deploy.on.condition below
- "1.13.x"
- "1.14.x"
- "1.15.x" # we use this for releases, see deploy.on.condition below
- tip

matrix:
Expand Down Expand Up @@ -132,5 +132,5 @@ deploy:
on:
repo: omniscale/imposm3
tags: true
condition: $TRAVIS_GO_VERSION =~ ^1\.13
condition: $TRAVIS_GO_VERSION =~ ^1\.15

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ There are some dependencies:

#### Compiler

You need [Go >=1.9](http://golang.org).
You need [Go >=1.10](http://golang.org).

#### C/C++ libraries

Expand Down

0 comments on commit 56812b3

Please sign in to comment.