jbrunton / gflows

A CLI tool that makes templating GitHub Workflows easy
MIT License
30 stars 3 forks source link

"go get" builds fail #192

Closed jbrunton closed 2 years ago

jbrunton commented 3 years ago
cannot find package "github.com/k14s/ytt/pkg/cmd/core" in any of:
    /usr/local/go/src/github.com/k14s/ytt/pkg/cmd/core (from $GOROOT)
    /Users/john/go/src/github.com/k14s/ytt/pkg/cmd/core (from $GOPATH)

This is following a recent refactor of ytt code. Another reason to do #182.

But also, maybe look into https://goreleaser.com/ and publish to a brew tap (and maybe snap packages).

jbrunton commented 2 years ago

Resolved by #214 (since go get is deprecated, and #214 fixes the go.mod file for go install)