fix: bump xtools to 0.1.9 to support go 1.18 (#167)
* fix: bump xtools to 0.1.9 to support go 1.18 * bump x/tools version to 0.1.10 * add go version 1.17 and 1.18 to the CI build matrix * exclude 1.14 from macos and windows builds. This change adds windows and macos to the matrix and excludes 1.14 from running on windows or macos. This matches the original behaviour of the CI build inverting the includes/excludes options
This commit is contained in:
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@@ -13,14 +13,14 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
go-version: [1.14.x, 1.15.x]
|
||||
os: [ubuntu-latest,macos-latest,windows-latest]
|
||||
go-version: [1.14.x, 1.15.x, 1.17.x, 1.18.x]
|
||||
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-including-new-combinations
|
||||
include:
|
||||
exclude:
|
||||
- os: windows-latest
|
||||
go-version: 1.15.x
|
||||
go-version: 1.14.x
|
||||
- os: macos-latest
|
||||
go-version: 1.15.x
|
||||
go-version: 1.14.x
|
||||
|
||||
steps:
|
||||
- name: Install Go
|
||||
|
Reference in New Issue
Block a user