Skip to content

Commit dabfdd0

Browse files
committed
upgrade to go 1.12 on travis
Signed-off-by: Miguel Molina <[email protected]>
1 parent 8daf646 commit dabfdd0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: go
22

33
go_import_path: github.com/src-d/gitbase
4+
go: 1.12.x
45

56
env:
67
- GO111MODULE=on
@@ -32,8 +33,7 @@ script:
3233

3334
jobs:
3435
include:
35-
- go: 1.11.x
36-
os: linux
36+
- os: linux
3737
sudo: required
3838
dist: trusty
3939
services: [docker]
@@ -51,8 +51,7 @@ jobs:
5151
on:
5252
tags: true
5353

54-
- go: 1.11.x
55-
os: osx
54+
- os: osx
5655
osx_image: xcode9.3
5756

5857
before_install:

0 commit comments

Comments
 (0)