From 6cc16d18c9c2b2ba6eb24f8674c2daf9d431ab32 Mon Sep 17 00:00:00 2001 From: Maria Ines Parnisari Date: Mon, 29 Apr 2024 17:33:57 -0700 Subject: [PATCH] update github workflow matrix --- .github/workflows/on-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-pull-request.yml b/.github/workflows/on-pull-request.yml index 8369c33..bbce744 100644 --- a/.github/workflows/on-pull-request.yml +++ b/.github/workflows/on-pull-request.yml @@ -13,8 +13,8 @@ jobs: strategy: matrix: go-version: - - 1.20.x - 1.21.x + - 1.22.x os: [ ubuntu-latest ] runs-on: ${{ matrix.os }} steps: