Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Fix travis pass #272

Merged
merged 2 commits into from
Dec 15, 2018
Merged

Conversation

pjanotti
Copy link

This fixes the Travis issue hit on PR #271.

Go was update recenlty and Travis moved to version 1.11.4 in my tests the issue didn't repro with 1.11.2. I didn't try 1.11.3 since it mentions problems with go get, from https://golang.org/doc/devel/release.html#go1.11.minor:

  • go1.11.3 (released 2018/12/12) includes three security fixes to "go get" and the crypto/x509 package. See the Go 1.11.3 milestone on our issue tracker for details.

  • go1.11.4 (released 2018/12/14) includes fixes to cgo, the compiler, linker, runtime, documentation, go command, and the net/http and go/types packages. It includes a fix to a bug introduced in Go 1.11.3 that broke go get for import path patterns containing "...". See the Go 1.11.4 milestone on our issue tracker for details.

Since I was testing go.mod and go.sum took the chance to tidy them.

@pjanotti pjanotti self-assigned this Dec 15, 2018
@pjanotti pjanotti merged commit de93c6b into census-instrumentation:master Dec 15, 2018
@pjanotti pjanotti deleted the fix-travis branch December 15, 2018 14:35
fivesheep pushed a commit to fivesheep/opencensus-service that referenced this pull request Jun 12, 2019
* Tidy go.mod and go.sum (Travis failures)

* Going back to go 1.11.2
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants