ci: Update Go version and removes 0.10 release from strategy (#2510)

This commit is contained in:
Philip Gough 2024-09-11 10:18:03 +01:00 committed by GitHub
parent 74cadfed37
commit 1deaee53f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,14 +5,13 @@ on:
schedule: schedule:
- cron: '37 7 * * 1' - cron: '37 7 * * 1'
env: env:
golang-version: '1.20' golang-version: '1.21'
jobs: jobs:
versions: versions:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
branch: branch:
- 'release-0.10'
- 'release-0.11' - 'release-0.11'
- 'release-0.12' - 'release-0.12'
- 'release-0.13' - 'release-0.13'