mirror of https://github.com/pressly/goose.git
Update GH workflow to include go version 1.19.0-rc.1 (#381)
parent
45a192fa30
commit
7792d04aae
|
@ -13,7 +13,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.17, 1.18]
|
||||
go-version: [1.17, 1.18, 1.19.0-rc.1]
|
||||
os: [ubuntu-latest]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
|
Loading…
Reference in New Issue