Skip to content

Commit

Permalink
test older versions of go
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicbarnes committed Sep 15, 2024
1 parent d886a66 commit f324a48
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.22', '1.23' ]
go-version:
- '1.19'
- '1.20'
- '1.21'
- '1.22'
- '1.23'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f324a48

Please sign in to comment.