From: Bjørn Erik Pedersen Date: Tue, 3 Sep 2019 08:04:06 +0000 (+0200) Subject: Update to Go 1.11.13 and 1.12.9 X-Git-Tag: v0.58.0~13 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=05d83b6c08089c20ca1d99bcd224188ed5d127d4;p=brevno-suite%2Fhugo Update to Go 1.11.13 and 1.12.9 Fixes #6228 --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 70fa31ff..310faa41 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ defaults: &defaults docker: - - image: bepsays/ci-goreleaser:1.12-5 + - image: bepsays/ci-goreleaser:1.12-7 environment: CGO_ENABLED: "0" diff --git a/.travis.yml b/.travis.yml index 2eaad6b5..38513794 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,8 @@ env: git: depth: false go: - - "1.11.10" - - "1.12.5" + - "1.11.13" + - "1.12.9" - tip os: - linux