diff options
author | Bjørn Erik Pedersen <[email protected]> | 2020-01-31 13:22:29 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2020-01-31 14:18:48 +0100 |
commit | 0792cfa9fae94a06a31e393a46fed3b1dd73b66a (patch) | |
tree | f45323e7724ae39c31010746fae59d5bd59b4ba1 /.circleci | |
parent | b3f0674b80a32425aeb4412f318c720391bbf773 (diff) | |
download | hugo-0792cfa9fae94a06a31e393a46fed3b1dd73b66a.tar.gz hugo-0792cfa9fae94a06a31e393a46fed3b1dd73b66a.zip |
Update to Go 1.13.7 and Go 1.12.16
Fixes #6830
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 0f434c14d..cc3118229 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ defaults: &defaults docker: - - image: bepsays/ci-goreleaser:1.13-4 + - image: bepsays/ci-goreleaser:1.13.7-1 environment: CGO_ENABLED: "0" |