From 15582801855f62039fc6e3b38244c5e9cf0dcd87 Mon Sep 17 00:00:00 2001 From: Nick Vollmar Date: Fri, 15 Feb 2019 14:57:02 -0600 Subject: [PATCH] TUN-1467: build with Go 1.11 --- cfsetup.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cfsetup.yaml b/cfsetup.yaml index d64e0679..a2aacef9 100644 --- a/cfsetup.yaml +++ b/cfsetup.yaml @@ -1,4 +1,4 @@ -pinned_go: &pinned_go go=1.9.3-1 +pinned_go: &pinned_go go=1.11.5-1 build_dir: &build_dir /cfsetup_build/src/github.com/cloudflare/cloudflared/ stretch: &stretch build: @@ -88,4 +88,4 @@ stretch: &stretch - export GOARCH=amd64 - make test -jessie: *stretch \ No newline at end of file +jessie: *stretch