From 1d5b14e787c7b87a9c0255f6db2bc961c71ed759 Mon Sep 17 00:00:00 2001 From: Kent Ross Date: Mon, 4 Mar 2024 04:22:02 -0800 Subject: [PATCH] go 1.22 in the matrix --- .github/workflows/gotest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gotest.yml b/.github/workflows/gotest.yml index 4f560cb..ec9cc7b 100644 --- a/.github/workflows/gotest.yml +++ b/.github/workflows/gotest.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: [ '1.20', '1.21.x' ] + go-version: [ '1.20', '1.21.x', '1.22.x' ] steps: - uses: actions/checkout@v4