Skip to content

Commit

Permalink
Merge pull request #363 from fxamacker/fxamacker/bump-ci-test-go-version
Browse files Browse the repository at this point in the history
Add Go 1.19 to ci.yml test matrix
  • Loading branch information
fxamacker authored Sep 11, 2022
2 parents 45e293b + a0d9a3c commit 7611691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
go-version: [1.16, 1.17, 1.18]
go-version: [1.17, 1.18, 1.19]
steps:
- name: Install Go
uses: actions/setup-go@v3
Expand Down

0 comments on commit 7611691

Please sign in to comment.