diff options
author | Bjørn Erik Pedersen <[email protected]> | 2022-03-16 08:43:18 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2022-03-16 08:43:18 +0100 |
commit | 4d6d1d08dad5538f4710fc4b56e09419aa0d854b (patch) | |
tree | c15b8a25b1dc22aa2ca3d633e13ec8325acea88c /.github | |
parent | b60e1bbdfee76e29b3b3c3d2fdd67649b44ba44c (diff) | |
download | hugo-4d6d1d08dad5538f4710fc4b56e09419aa0d854b.tar.gz hugo-4d6d1d08dad5538f4710fc4b56e09419aa0d854b.zip |
build: Bump to Go 1.18
Updates #9677
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 32ff04497..08822e53b 100644 --- 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: |