rclone/.github/workflows
Nick Craig-Wood 26fb9007da build: fix xgo build after go1.14 go.mod update
Before this change xgo was getting added to go.mod - the build then failed with

    go: inconsistent vendoring in /usr/src/rclone:
    github.com/karalabe/xgo@v0.0.0-20191115072854-c5ccff8648a7: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt

This change gets xgo in GOPATH mode to avoid it getting added to go.mod
2020-06-02 13:41:54 +01:00
..
build_publish_docker_image.yml build: update Docker build workflows 2020-06-01 16:13:23 +01:00
build_publish_release_docker_image.yml build: update Docker build workflows 2020-06-01 16:13:23 +01:00
build.yml build: fix xgo build after go1.14 go.mod update 2020-06-02 13:41:54 +01:00