diff options
author | Bjørn Erik Pedersen <[email protected]> | 2024-08-14 11:34:21 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-08-15 10:18:19 +0200 |
commit | 2168c5b125020a1841450730edc1b0ed2141d239 (patch) | |
tree | 7edfa01d9f1e0c921f08a468f9e5202e5569c529 /.github | |
parent | b3ad58fa04fb2447d1a788d1fe61b2ed581a403e (diff) | |
download | hugo-2168c5b125020a1841450730edc1b0ed2141d239.tar.gz hugo-2168c5b125020a1841450730edc1b0ed2141d239.zip |
Upgrade to Go 1.23
Fixes #12763
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 b5491090e..120262098 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: test: strategy: matrix: - go-version: [1.21.x, 1.22.x] + go-version: [1.22.x, 1.23.x] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: |