Closed HeavyWombat closed 3 years ago
There are multiple spots where the Go version is specified and they are currently not in sync.
Set Go version 1.15 as the new default in Go modules, Travis, and CI.
1.15
Run go mod vendor and go mod tidy to make sure the modules are fine.
go mod vendor
go mod tidy
There are multiple spots where the Go version is specified and they are currently not in sync.
Set Go version
1.15
as the new default in Go modules, Travis, and CI.Run
go mod vendor
andgo mod tidy
to make sure the modules are fine.