Skip to content

Commit

Permalink
ci: fix using Go pseudo versions stable, oldstable
Browse files Browse the repository at this point in the history
Signed-off-by: TheDiveO <thediveo@gmx.eu>
  • Loading branch information
thediveo committed Mar 19, 2024
1 parent e17b13f commit e50fd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildandtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.21', '1.20' ]
go: [ 'stable', 'oldstable' ]
steps:
- run: |
sudo docker version
Expand Down

0 comments on commit e50fd11

Please sign in to comment.