diff options
author | Bjørn Erik Pedersen <[email protected]> | 2022-08-03 12:27:03 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2022-08-03 23:22:01 +0200 |
commit | 0cd1929b9c506428be4eae429688823992c54512 (patch) | |
tree | 6d561ff91af2577f4e336156a400aa7e8d433a84 /.github | |
parent | cbdaff213539dff8f41ed83dabc9a3981c409797 (diff) | |
download | hugo-0cd1929b9c506428be4eae429688823992c54512.tar.gz hugo-0cd1929b9c506428be4eae429688823992c54512.zip |
Update to Go 1.19
Fixes #10145
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 e1b78e1a5..ee17654d7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: # Go 1.18 had some breaking changes on the source level which means Hugo cannot be built # with older Go versions, but the improvements in Go 1.18 were too good to pass on (e.g. break and continue). # Note that you don't need Go (or Go 1.18) to run a pre-built binary. - go-version: [1.18.x] + go-version: [1.18.x,1.19.x] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: |