Skip to content

Commit

Permalink
workflows: add Go 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
bgilbert committed Aug 10, 2022
1 parent 12f7bc9 commit b634efe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
name: test build
strategy:
matrix:
go-version: [1.15.x, 1.16.x, 1.17.x, 1.18.x]
go-version: [1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x]
os: [ubuntu-latest]
include:
- go-version: 1.18.x
- go-version: 1.19.x
os: macos-latest
- go-version: 1.18.x
- go-version: 1.19.x
os: windows-latest
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit b634efe

Please sign in to comment.