Skip to content

Commit

Permalink
also test go 1.19 (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
brainexe committed Aug 5, 2022
1 parent 68ab24e commit d7b07c3
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 @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
# https://github.com/actions/go-versions/blob/main/versions-manifest.json
go-version: [1.18.x]
go-version: [1.18.x, 1.19.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit d7b07c3

Please sign in to comment.