Remove support for go 1.19 and 1.20, and add support for 1.23 (#1837)

This commit is contained in:
Erik Dubbelboer
2024-08-23 21:56:27 +02:00
committed by GitHub
parent 43c7b83ee5
commit 0f84e656c2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.19.x, 1.20.x, 1.21.x, 1.22.x]
go-version: [1.21.x, 1.22.x, 1.23.x]
os: [ubuntu-latest, macos-latest, windows-latest, macos-14]
runs-on: ${{ matrix.os }}
steps: