We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a5193 commit 56812b3Copy full SHA for 56812b3
.travis.yml
@@ -4,10 +4,10 @@ sudo: false
4
language: go
5
6
go:
7
- - "1.9.x"
8
- "1.10.x"
9
- - "1.12.x"
10
- - "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
11
- tip
12
13
matrix:
@@ -132,5 +132,5 @@ deploy:
132
on:
133
repo: omniscale/imposm3
134
tags: true
135
- condition: $TRAVIS_GO_VERSION =~ ^1\.13
+ condition: $TRAVIS_GO_VERSION =~ ^1\.15
136
README.md
@@ -103,7 +103,7 @@ There are some dependencies:
103
104
#### Compiler
105
106
-You need [Go >=1.9](http://golang.org).
+You need [Go >=1.10](http://golang.org).
107
108
#### C/C++ libraries
109
0 commit comments