Skip to content

Commit

Permalink
Change build matrix
Browse files Browse the repository at this point in the history
What I'd like to test is the minimum version, 1.21.0, and all future stable
releases.
  • Loading branch information
smoynes committed Oct 12, 2023
1 parent 967999d commit 188c889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
go-version:
- 'stable'
- '>=1.21'
- '~1.21.0'

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

0 comments on commit 188c889

Please sign in to comment.