From c2d865cc98ee57691ee4381332bbdf14f48520cb Mon Sep 17 00:00:00 2001 From: Tugdual Saunier Date: Mon, 12 Feb 2024 08:26:51 +0100 Subject: [PATCH] Add Go 1.22 to the matrix --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index fb36ec7..6718a2e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -15,6 +15,7 @@ jobs: - '1.19' - '1.20' - '1.21' + - '1.22' name: Go ${{ matrix.go }} test steps: - uses: actions/checkout@v2