From: Bjørn Erik Pedersen Date: Sun, 17 Mar 2019 07:37:42 +0000 (+0100) Subject: Update to Go 1.12.1 and Go 1.11.6 X-Git-Tag: v0.55.0~48 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=984a73af9;p=brevno-suite%2Fhugo Update to Go 1.12.1 and Go 1.11.6 Fixes #5755 --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 717710e0..be239718 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 be58090d..447402df 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