Skip to content

Commit

Permalink
Merge pull request #50 from imjasonh/patch-1
Browse files Browse the repository at this point in the history
Test using supported Go versions
  • Loading branch information
sschuberth committed Jun 28, 2023
2 parents bdcb431 + a3df954 commit 584b53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.16.x, 1.17.x]
go-version: [1.19.x, 1.20.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 584b53a

Please sign in to comment.