Skip to content

Commit

Permalink
Run CI for Go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Aug 31, 2023
1 parent e8d5653 commit 9ba752d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: ["1.18", "1.20"]
go-version:
- "1.18"
- "1.19"
- "1.20"
- "1.21"
steps:
- uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit 9ba752d

Please sign in to comment.