File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments