From e820b366b91729313c68be04b413e8894efc4421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 7 Sep 2020 20:28:03 +0200 Subject: [PATCH] Update to Go 1.15.1 and 1.14.8 Fixes #7627 --- .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 bc2a3e682..b78868396 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ defaults: &defaults docker: - - image: bepsays/ci-goreleaser:1.15.0 + - image: bepsays/ci-goreleaser:1.15.1 environment: CGO_ENABLED: "0" diff --git a/.travis.yml b/.travis.yml index 36e909864..5b8a1fb2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,8 @@ env: git: depth: false go: - - "1.14.7" - - "1.15" + - "1.14.8" + - "1.15.1" - master arch: