Skip to content

Commit

Permalink
Merge pull request #4 from tucksaun/ci/go-120
Browse files Browse the repository at this point in the history
CI: add Go 1.20 to the matrix
  • Loading branch information
fabpot authored Feb 8, 2023
2 parents 5ddab80 + b70d309 commit f6cbcb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- '1.17'
- '1.18'
- '1.19'
- '1.20'
name: Go ${{ matrix.go }} test
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit f6cbcb6

Please sign in to comment.