diff options
author | Bjørn Erik Pedersen <[email protected]> | 2020-02-26 12:18:48 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2020-02-26 17:33:11 +0100 |
commit | 33ae62108325f703f1eaeabef1e8a80950229415 (patch) | |
tree | 85350195305dd392ec77cb331d8f07f1ef673bff /.circleci | |
parent | 1352bc880df4cd25eff65843973fcc0dd21b6304 (diff) | |
download | hugo-33ae62108325f703f1eaeabef1e8a80950229415.tar.gz hugo-33ae62108325f703f1eaeabef1e8a80950229415.zip |
Update to Go 1.14 and 1.13.8
Fixes #6958
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 20f455dba..ffb04a691 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ defaults: &defaults docker: - - image: bepsays/ci-goreleaser:1.13.7-1 + - image: bepsays/ci-goreleaser:1.14-1 environment: CGO_ENABLED: "0" |