Skip to content

Commit

Permalink
[ci] use stable and oldstable identifiers
Browse files Browse the repository at this point in the history
Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl>
  • Loading branch information
jsimonetti committed Sep 25, 2023
1 parent e1a69d8 commit 61e977d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: Test MacOS
strategy:
matrix:
go-version: [1.20.x, 1.21.x]
go-version: ['oldstable', 'stable']
platform: [macos-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
name: Test Linux Integration
strategy:
matrix:
go-version: [1.20.x, 1.21.x]
go-version: ['oldstable', 'stable']
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 61e977d

Please sign in to comment.