hashicorp / go-multierror

A Go (golang) package for representing a list of errors as a single error.
Mozilla Public License 2.0
2.3k stars 123 forks source link

use go 1.13.x to build go-multierror #26

Closed tariq1890 closed 3 years ago

tariq1890 commented 4 years ago

The go 1.x in the travis YAML pulls down the latest go release. Thought it'd be better to up the specificity by a notch and update the env vars/ Makefiles accordingly.

hashicorp-cla commented 4 years ago

CLA assistant check
All committers have signed the CLA.

mwhooker commented 3 years ago

Going to use circle, but this is a good idea.