Skip to content
Snippets Groups Projects
Unverified Commit 1deaee53 authored by Philip Gough's avatar Philip Gough Committed by GitHub
Browse files

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

parent 74cadfed
No related branches found
No related tags found
No related merge requests found
...@@ -5,14 +5,13 @@ on: ...@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment