From 9fa18476a6e21b962ac17e51fe37dc4207938bf9 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Mon, 2 Oct 2023 15:30:17 +0000 Subject: [PATCH] Add 1.21.x to testing matrix --- .github/workflows/go-test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 64f6c3b0a..07f824ac5 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -18,6 +18,7 @@ jobs: go-version: - '1.19' - '1.20' + - '1.21.x' permissions: id-token: write contents: read @@ -81,6 +82,7 @@ jobs: go-version: - '1.19' - '1.20' + - '1.21.x' permissions: id-token: write contents: read @@ -130,6 +132,7 @@ jobs: go-version: - '1.19' - '1.20' + - '1.21.x' permissions: id-token: write contents: read