Skip to content

Commit

Permalink
Merge pull request #83 from dolmen-go/ci-add-go1.20
Browse files Browse the repository at this point in the history
CI: add Go 1.20
  • Loading branch information
mattn committed Mar 15, 2023
2 parents ed75e61 + 77d7704 commit c84e2cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -14,8 +14,9 @@ jobs:
- macos-latest
- windows-latest
go:
- '1.18'
- '1.20'
- '1.19'
- '1.18'
- '1.17'
- '1.16'
- '1.15'
Expand Down

0 comments on commit c84e2cc

Please sign in to comment.