Skip to content

Commit

Permalink
Merge pull request #22 from siemens/develop
Browse files Browse the repository at this point in the history
ci: use go stable and oldstable
  • Loading branch information
thediveo authored Oct 16, 2023
2 parents a426dd9 + 2108c56 commit 158434e
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 @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.20', '1.19' ]
go: [ 'stable', 'oldstable' ]

steps:
- name: Set up Go ${{matrix.go}}
Expand Down

0 comments on commit 158434e

Please sign in to comment.