From b6061f8cb2043569c936fd316e5ec018d502a242 Mon Sep 17 00:00:00 2001 From: Andre Moeller Date: Thu, 12 Sep 2024 11:05:28 +0200 Subject: [PATCH] feat: Update supported versions --- .github/workflows/feature-branches.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/feature-branches.yaml b/.github/workflows/feature-branches.yaml index 22356e1..0be7c8d 100644 --- a/.github/workflows/feature-branches.yaml +++ b/.github/workflows/feature-branches.yaml @@ -5,7 +5,7 @@ jobs: strategy: max-parallel: 1 matrix: - go-version: [1.20.x, 1.21.x, 1.22.x] + go-version: [1.21.x, 1.22.x, 1.23.x] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} steps: