From 984a73af9e5b5145297723f26faa38f29ca2918d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sun, 17 Mar 2019 08:37:42 +0100 Subject: [PATCH] Update to Go 1.12.1 and Go 1.11.6 Fixes #5755 --- .circleci/config.yml | 2 +- .travis.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 717710e03..be239718a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ defaults: &defaults docker: - - image: bepsays/ci-goreleaser:1.12 + - image: bepsays/ci-goreleaser:1.12-1 environment: CGO_ENABLED: "0" diff --git a/.travis.yml b/.travis.yml index be58090d2..447402dfa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,8 @@ env: git: depth: false go: - - "1.11.5" - - "1.12" + - "1.11.6" + - "1.12.1" - tip os: - linux