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:
Thomas Prebble
2022-03-18 11:14:52 +00:00
committed by GitHub
parent 514e30653d
commit 5d3d962614
3 changed files with 27 additions and 20 deletions

2
go.mod
View File

@@ -4,5 +4,5 @@ go 1.14
require (
github.com/pmezard/go-difflib v1.0.0
golang.org/x/tools v0.0.0-20200815165600-90abf76919f3
golang.org/x/tools v0.1.10
)