Skip to content

Commit b26f308

Browse files
committed
Use Go 1.15.2
1 parent cb6d424 commit b26f308

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.14.7-1
1+
pinned_go: &pinned_go go=1.15.2-1
22
build_dir: &build_dir /cfsetup_build
33
default-flavor: stretch
44
stretch: &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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cloudflare/cloudflared
22

3-
go 1.14
3+
go 1.15
44

55
require (
66
github.com/DATA-DOG/go-sqlmock v1.3.3

0 commit comments

Comments
 (0)