I’m working on https://github.com/bitrise-io/bitrise-webhooks/pull/3 and having issues with one of the pre-PR-submission steps. When I try to run “bitrise run test” I receive the following error from a “go vet” step:
±-----------------------------------------------------------------------------+
| (3) Go Vet |
±-----------------------------------------------------------------------------+
| id: script |
| version: 1.1.3 |
| collection: https://github.com/bitrise-io/bitrise-steplib.git |
| toolkit: bash |
| time: 2017-02-13T16:13:59-07:00 |
±-----------------------------------------------------------------------------+
| |
panic: inconsistent import:
var time.UTC *time.Location
previously imported as:
var UTC *time.Location
[recovered]
panic: inconsistent import:
var time.UTC *time.Location
previously imported as:
var UTC *time.Location
Any ideas? This doesn’t appear to be related to my changes in any way.