From 1f0f77567739ee8f64d4eccf9228eefc5bf7ff6b Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Fri, 11 Aug 2023 00:24:32 +0300 Subject: [PATCH] CI: go 1.21 --- .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 1bc66129e5..3c70fdbe2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - go_version: [1.20.x] + go_version: [1.21.x] steps: - name: Set up Go 1.x