File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- pinned_go : &pinned_go go=1.14.7 -1
1+ pinned_go : &pinned_go go=1.15.2 -1
22build_dir : &build_dir /cfsetup_build
33default-flavor : stretch
44stretch : &stretch
@@ -220,8 +220,8 @@ centos-7:
220220 - https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
221221 post-cache :
222222 - sudo yum install -y fakeroot
223- - wget https://golang.org/dl/go1.14.7 .linux-amd64.tar.gz -P /tmp/
224- - sudo tar -C /usr/local -xzf /tmp/go1.14.7 .linux-amd64.tar.gz
223+ - wget https://golang.org/dl/go1.15.2 .linux-amd64.tar.gz -P /tmp/
224+ - sudo tar -C /usr/local -xzf /tmp/go1.15.2 .linux-amd64.tar.gz
225225 - export PATH=$PATH:/usr/local/go/bin
226226 - export GOOS=linux
227227 - export GOARCH=amd64
@@ -231,8 +231,8 @@ centos-7:
231231 builddeps : *el7_builddeps
232232 post-cache :
233233 - sudo yum install -y fakeroot
234- - wget https://golang.org/dl/go1.14.7 .linux-amd64.tar.gz -P /tmp/
235- - sudo tar -C /usr/local -xzf /tmp/go1.14.7 .linux-amd64.tar.gz
234+ - wget https://golang.org/dl/go1.15.2 .linux-amd64.tar.gz -P /tmp/
235+ - sudo tar -C /usr/local -xzf /tmp/go1.15.2 .linux-amd64.tar.gz
236236 - export PATH=$PATH:/usr/local/go/bin
237237 - export GOOS=linux
238238 - export GOARCH=amd64
Original file line number Diff line number Diff line change 11module github.com/cloudflare/cloudflared
22
3- go 1.14
3+ go 1.15
44
55require (
66 github.com/DATA-DOG/go-sqlmock v1.3.3
You can’t perform that action at this time.
0 commit comments