hugo

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

git clone git://git.shimmy1996.com/hugo.git
commit 4d6d1d08dad5538f4710fc4b56e09419aa0d854b
parent b60e1bbdfee76e29b3b3c3d2fdd67649b44ba44c
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Wed, 16 Mar 2022 08:43:18 +0100

build: Bump to Go 1.18

Updates #9677

Diffstat:
M.circleci/config.yml | 2+-
M.github/workflows/test.yml | 2+-
Msnap/snapcraft.yaml | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
@@ -1,6 +1,6 @@
 defaults: &defaults
   docker:
-      - image: bepsays/ci-goreleaser:1.1700.600
+      - image: bepsays/ci-goreleaser:1.1800.000
   environment:
     CGO_ENABLED: "0"
 
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
       GO111MODULE: on
     strategy:
       matrix:
-        go-version: [1.16.x, 1.17.x]
+        go-version: [1.17.x, 1.18.x]
         os: [ubuntu-latest, macos-latest, windows-latest]
     runs-on: ${{ matrix.os }}
     steps:
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
@@ -38,7 +38,7 @@ parts:
 
   hugo:
     plugin: nil
-    build-snaps: [go/1.16/stable]
+    build-snaps: [go/1.18/stable]
     source: .
     override-build: |
       set -ex