Add go1.22 to test matrix (#2835)

pull/2836/head
Juan Calderon-Perez 2024-02-07 08:12:51 -05:00 committed by GitHub
parent 9b0a99ba27
commit d305cc4ca5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
Build:
strategy:
matrix:
go-version: [1.20.x, 1.21.x]
go-version: [1.20.x, 1.21.x, 1.22.x]
platform: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps: