File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ sudo: false
44language : go
55
66go :
7- - " 1.9.x"
87 - " 1.10.x"
9- - " 1.12.x"
10- - " 1.13.x" # we use this for releases, see deploy.on.condition below
8+ - " 1.13.x"
9+ - " 1.14.x"
10+ - " 1.15.x" # we use this for releases, see deploy.on.condition below
1111 - tip
1212
1313matrix :
@@ -132,5 +132,5 @@ deploy:
132132 on :
133133 repo : omniscale/imposm3
134134 tags : true
135- condition : $TRAVIS_GO_VERSION =~ ^1\.13
135+ condition : $TRAVIS_GO_VERSION =~ ^1\.15
136136
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ There are some dependencies:
103103
104104#### Compiler
105105
106- You need [ Go >=1.9 ] ( http://golang.org ) .
106+ You need [ Go >=1.10 ] ( http://golang.org ) .
107107
108108#### C/C++ libraries
109109
You can’t perform that action at this time.
0 commit comments