hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit 2c5943ddc6830966bc1b23869839b5c2bf282dbe
parent 0cb459a20a220144c9fd66b09fd0e50a39ca61e9
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Thu, 16 Jun 2022 08:27:08 +0200

build: Update to Go 1.18.3

Fixes #9964

Diffstat:
M.circleci/config.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
@@ -1,6 +1,6 @@
 defaults: &defaults
   docker:
-      - image: bepsays/ci-goreleaser:1.1800.000
+      - image: bepsays/ci-goreleaser:1.1800.300
   environment:
     CGO_ENABLED: "0"