From 3490abab4d1892297a76ec39e994d809054f21d1 Mon Sep 17 00:00:00 2001 From: Lorenzo Aiello Date: Sun, 14 Jul 2024 18:11:24 -0700 Subject: [PATCH] ci: Adding Go Test Coverage for 1.21 and 1.22 (#1298) --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7906afbdc..cbf91c669 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,8 @@ jobs: - '1.18' - '1.19' - '1.20' + - '1.21' + - '1.22' name: test go-${{ matrix.go }} steps: - uses: actions/checkout@v3