Skip to content

Commit

Permalink
Merge pull request #349 from mattfarina/bump-go-19
Browse files Browse the repository at this point in the history
Updating testing to include Go 1.19.
  • Loading branch information
mattfarina committed Nov 5, 2022
2 parents 32424cc + 7d2b2ef commit 58a4f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.16.x, 1.17.x, 1.18.x]
go-version: [1.17.x, 1.18.x, 1.19.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 58a4f65

Please sign in to comment.