From 62019ebf4486b881f7cbed81ee6c02510a9b6923 Mon Sep 17 00:00:00 2001 From: Peter Kieltyka Date: Wed, 7 Feb 2024 19:39:34 -0500 Subject: [PATCH] go 1.22 ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14cdb63a..c00d7f08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: - go-version: [1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x] + go-version: [1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x] os: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }}