Skip to content

Commit 72cb448

Browse files
authored
Merge pull request cri-o#1566 from mrunalp/golang_update
test: Update to golang 1.10.2
2 parents 55a3daa + 6d8ebb8 commit 72cb448

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/test/integration/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
- name: install Golang tools
7777
include: golang.yml
7878
vars:
79-
version: "1.10.1"
79+
version: "1.10.2"
8080
- name: setup critest
8181
include: "build/cri-tools.yml"
8282
vars:
@@ -95,7 +95,7 @@
9595
- name: install Golang tools
9696
include: golang.yml
9797
vars:
98-
version: "1.10.1"
98+
version: "1.10.2"
9999
- name: clone build and install kubernetes
100100
include: "build/kubernetes.yml"
101101
vars:
@@ -116,7 +116,7 @@
116116
- name: install Golang tools
117117
include: golang.yml
118118
vars:
119-
version: "1.10.1"
119+
version: "1.10.2"
120120
- name: clone build and install kubernetes
121121
include: "build/kubernetes.yml"
122122
vars:

0 commit comments

Comments
 (0)