Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #53 from djmitche/more-recent-go
Browse files Browse the repository at this point in the history
more recent go versions
  • Loading branch information
djmitche authored Apr 19, 2023
2 parents 7ffce12 + 75615b3 commit 4dacbdc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ jobs:

strategy:
matrix:
go: ["1.16.x", "1.17.x"]
# Test on one "earliest" Go as well as the latest two major Go
# versions. If some change requires bumping the "earliest" Go versiion,
# that's fine - just include that in the commit description so that
# users are aware.
go: ["1.16.x", "1.19.x", "1.20.x"]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 4dacbdc

Please # to comment.