Skip to content

Commit

Permalink
Merge pull request #14 from tucksaun/ci/go-121
Browse files Browse the repository at this point in the history
ci(conf): add Go 1.21 to the matrix
  • Loading branch information
fabpot authored Sep 7, 2023
2 parents bc3a8cc + 0ddc452 commit 7ff7af4
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 @@ -14,6 +14,7 @@ jobs:
- '1.18'
- '1.19'
- '1.20'
- '1.21'
name: Go ${{ matrix.go }} test
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7ff7af4

Please sign in to comment.