Skip to content

Commit

Permalink
Merge pull request #3 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 committed Sep 7, 2023
2 parents 8315a5e + be37c70 commit cf2d34d
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 cf2d34d

Please sign in to comment.