From 7e070b580953f5cdd0a9d1c226005672cb132e05 Mon Sep 17 00:00:00 2001 From: Nevio Date: Thu, 28 Mar 2024 09:56:33 +0100 Subject: [PATCH] Bumping to 1.22 as a version that's needed --- .github/workflows/goveralls.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/goveralls.yml b/.github/workflows/goveralls.yml index 263606a..f8ceb10 100644 --- a/.github/workflows/goveralls.yml +++ b/.github/workflows/goveralls.yml @@ -9,8 +9,7 @@ jobs: fail-fast: false matrix: go: - - '1.19' - - '1.22' + - '1.21' steps: - uses: actions/setup-go@v3