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: