Skip to content

Commit 56812b3

Browse files
committedSep 11, 2020
build: drop support for go 1.9; test with 1.14 and 1.15
1 parent f2a5193 commit 56812b3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ sudo: false
44
language: go
55

66
go:
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

1313
matrix:
@@ -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

‎README.md

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)