Skip to content

Commit

Permalink
Merge pull request #3448 from Jacalz/workflows-runs-go119
Browse files Browse the repository at this point in the history
.github/workflows: Make sure to run all Go 1.19 tests
  • Loading branch information
Jacalz authored Dec 2, 2022
2 parents 216b1ea + ee78879 commit 6cb06bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/platform_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.14, 1.19]
go-version: [1.14, 1.17]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down

0 comments on commit 6cb06bd

Please sign in to comment.