diff options
author | Bjørn Erik Pedersen <[email protected]> | 2018-12-19 10:06:57 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2018-12-19 11:48:17 +0100 |
commit | bb9c2988f871ca5fe6af9c8e207ec852c631c3b3 (patch) | |
tree | f11c482c15495227b3e711bc1960b94c074598da /.circleci | |
parent | c04030b14ccff59ab5eea9f9a06e5d5e3877a8cc (diff) | |
download | hugo-bb9c2988f871ca5fe6af9c8e207ec852c631c3b3.tar.gz hugo-bb9c2988f871ca5fe6af9c8e207ec852c631c3b3.zip |
Update to Go 1.11.4
Fixes #5524
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 30ae14c0c..92b358058 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ defaults: &defaults docker: - - image: bepsays/ci-goreleaser:1.11-2 + - image: bepsays/ci-goreleaser:1.11-3 environment: CGO_ENABLED: "0" |