From 1deaee53f09855827b74f91e6c629441bc1afc20 Mon Sep 17 00:00:00 2001
From: Philip Gough <philip.p.gough@gmail.com>
Date: Wed, 11 Sep 2024 10:18:03 +0100
Subject: [PATCH] ci: Update Go version and removes 0.10 release from strategy
 (#2510)

---
 .github/workflows/versions.yaml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/versions.yaml b/.github/workflows/versions.yaml
index b7c5caee..81ea9d99 100644
--- a/.github/workflows/versions.yaml
+++ b/.github/workflows/versions.yaml
@@ -5,14 +5,13 @@ on:
   schedule:
     - cron: '37 7 * * 1'
 env:
-  golang-version: '1.20'
+  golang-version: '1.21'
 jobs:
   versions:
     runs-on: ubuntu-latest
     strategy:
       matrix:
         branch:
-          - 'release-0.10'
           - 'release-0.11'
           - 'release-0.12'
           - 'release-0.13'
-- 
GitLab