Skip to content

Commit f9cd388

Browse files
Merge pull request cri-o#2228 from mrunalp/travis_go_1.12
travis: Switch to go 1.12.x
2 parents 22a3924 + 3915f4a commit f9cd388

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.travis.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,15 @@ jobs:
4343
- make .gitvalidation
4444
- make fmt
4545
- make lint
46-
go: "1.11.x"
47-
- script:
48-
- make testunit
49-
- make
50-
go: "1.10.x"
46+
go: "1.12.x"
5147
- script:
5248
- make testunit
5349
- make
5450
- make codecov
55-
go: "1.11.x"
51+
go: "1.12.x"
5652
- script:
5753
- make local-cross
58-
go: "1.11.x"
54+
go: "1.12.x"
5955
env: CROSS_PLATFORM=true
6056
- script:
6157
- make testunit
@@ -68,11 +64,11 @@ jobs:
6864
- stage: Integration Test
6965
script:
7066
- make CONTAINER_RUNTIME=docker integration
71-
go: "1.11.x"
67+
go: "1.12.x"
7268
- script:
7369
- make CONTAINER_RUNTIME=docker integration
7470
env: TEST_USERNS=1
75-
go: "1.11.x"
71+
go: "1.12.x"
7672
allow_failures:
7773
- os: osx
7874
- go: tip

0 commit comments

Comments
 (0)