From: Bjørn Erik Pedersen Date: Sat, 17 Aug 2019 17:38:12 +0000 (+0200) Subject: Revert "Update to Go 1.11.13 and 1.12.9" X-Git-Tag: v0.57.2~3 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f77a4a2f4ad0b437a98fde48755b15cd9635113e;p=brevno-suite%2Fhugo Revert "Update to Go 1.11.13 and 1.12.9" This reverts commit f28efd35820dc4909832c14dfd8ea6812ecead31. --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 04ae038f..70fa31ff 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ defaults: &defaults docker: - - image: bepsays/ci-goreleaser:1.12-6 + - image: bepsays/ci-goreleaser:1.12-5 environment: CGO_ENABLED: "0" diff --git a/.travis.yml b/.travis.yml index 38513794..2eaad6b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,8 @@ env: git: depth: false go: - - "1.11.13" - - "1.12.9" + - "1.11.10" + - "1.12.5" - tip os: - linux