Try rc1 1.18 version for go testing
This commit is contained in:
parent
1fa5cff95c
commit
5c36a19ea8
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -12,14 +12,14 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
go-version: [1.17.x]
|
||||
go-version: [1.17.x, 1.18.0-rc.1]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user