Skip to content

Commit

Permalink
test: using stable/oldstable aliases
Browse files Browse the repository at this point in the history
If stable is provided, action will get the latest stable version from
the go-versions repository manifest.

If oldstable is provided, when current release is 1.19.x, action will
resolve version as 1.18.x, where x is the latest patch release.

We also want to maintain 1.20 version, so we test it.

[#186180915](https://www.pivotaltracker.com/story/show/186180915)
  • Loading branch information
zucchinidev committed Nov 21, 2023
1 parent 13faaf9 commit d9a25e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [ '1.20', '1.21' ]
version: [ 'stable', 'oldstable', '1.20' ]
name: Go ${{ matrix.version }}
outputs:
pr_number: ${{ github.event.number }}
Expand Down

0 comments on commit d9a25e2

Please sign in to comment.