From 35acb60279a18cb89eebe1dceed4005216283afb Mon Sep 17 00:00:00 2001 From: bytemare <3641580+bytemare@users.noreply.github.com> Date: Mon, 27 Nov 2023 13:50:39 +0100 Subject: [PATCH] update to go 1.21 in workflow Signed-off-by: bytemare <3641580+bytemare@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6962cf8..e23587d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: strategy: fail-fast: false matrix: - go: [ '1.20', '1.19' ] + go: [ '1.21', '1.20' ] steps: - name: Checkout repo uses: actions/checkout@27135e314dd1818f797af1db9dae03a9f045786b # pin@master