ci: test on go 1.14 (#138)

Add go 1.14 to CI testing. Upgrade golang.org/x/tools dependency to resolve golang/go#37617.
This commit is contained in:
Michael McLoughlin
2020-04-25 01:27:57 -07:00
committed by GitHub
parent 6df701fe67
commit f891fe8d97
6 changed files with 22 additions and 6 deletions

2
go.mod
View File

@@ -4,5 +4,5 @@ go 1.11
require (
golang.org/x/arch v0.0.0-20190909030613-46d78d1859ac
golang.org/x/tools v0.0.0-20190914235951-31e00f45c22e
golang.org/x/tools v0.0.0-20200425043458-8463f397d07c
)