cedrickring / golang-action

A GitHub Action to run Go commands
Apache License 2.0
134 stars 33 forks source link

Workaround for #8 failing in Action tests #9

Closed dougnukem closed 5 years ago

dougnukem commented 5 years ago

Temporary workaround for #8 until we can figure out why dep check fails on vendored go project.

It might only be an issue with the specific /x/text package, or some inconsistency with macOS where the tests were created and Linux where the test runs on github action, but we should remove this as a failure of master for now and enable support for dep vendored separately

dougnukem commented 5 years ago

Closing this as I have a fix: https://github.com/cedrickring/golang-action/pull/10