From 011c831d8c157af7578333547e74dc71daabd26a Mon Sep 17 00:00:00 2001 From: Garfield Lee Freeman Date: Thu, 22 Feb 2024 15:14:19 +0100 Subject: [PATCH] updating github action with updated version of golang --- .github/workflows/sanity-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sanity-check.yml b/.github/workflows/sanity-check.yml index 9cb4061..a347074 100644 --- a/.github/workflows/sanity-check.yml +++ b/.github/workflows/sanity-check.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - go-version: [1.17, 1.18, 1.19] + go-version: [1.21] steps: