Skip to content

Commit 679f363

Browse files
committed
TUN-3242: Build with go 1.14
1 parent 1b61d69 commit 679f363

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cfsetup.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pinned_go: &pinned_go go=1.12.9-1
1+
pinned_go: &pinned_go go=1.14.7-1
22
build_dir: &build_dir /cfsetup_build
33
default-flavor: stretch
44
stretch: &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

0 commit comments

Comments
 (0)