File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- pinned_go : &pinned_go go=1.12.9 -1
1+ pinned_go : &pinned_go go=1.14.7 -1
22build_dir : &build_dir /cfsetup_build
33default-flavor : stretch
44stretch : &stretch
@@ -211,8 +211,8 @@ centos-7:
211211 - https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
212212 post-cache :
213213 - sudo yum install -y fakeroot
214- - wget https://golang.org/dl/go1.12.9 .linux-amd64.tar.gz -P /tmp/
215- - sudo tar -C /usr/local -xzf /tmp/go1.12.9 .linux-amd64.tar.gz
214+ - wget https://golang.org/dl/go1.14.7 .linux-amd64.tar.gz -P /tmp/
215+ - sudo tar -C /usr/local -xzf /tmp/go1.14.7 .linux-amd64.tar.gz
216216 - export PATH=$PATH:/usr/local/go/bin
217217 - export GOOS=linux
218218 - export GOARCH=amd64
@@ -222,8 +222,8 @@ centos-7:
222222 builddeps : *el7_builddeps
223223 post-cache :
224224 - sudo yum install -y fakeroot
225- - wget https://golang.org/dl/go1.12.9 .linux-amd64.tar.gz -P /tmp/
226- - sudo tar -C /usr/local -xzf /tmp/go1.12.9 .linux-amd64.tar.gz
225+ - wget https://golang.org/dl/go1.14.7 .linux-amd64.tar.gz -P /tmp/
226+ - sudo tar -C /usr/local -xzf /tmp/go1.14.7 .linux-amd64.tar.gz
227227 - export PATH=$PATH:/usr/local/go/bin
228228 - export GOOS=linux
229229 - export GOARCH=amd64
You can’t perform that action at this time.
0 commit comments