ci: add stable go1.22 to matrix

pull/701/head
Mike Fridman 2024-02-14 22:08:58 -05:00
parent 3941a35dc5
commit 76946ccca3
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
go-version: ["1.20", "1.21", "1.22.0-rc.2"]
go-version: ["1.20", "1.21", "1.22"]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}