-
I have a simple project_name: notes
builds:
- env: [CGO_ENABLED=0]
main: ./cmd/notes
id: notes
binary: notes
goos:
- linux
#- windows
#- darwin
goarch:
- amd64
#- arm64 And I have go 1.18 installed and it works if i just compile it with the terminal. However if I execute |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
maybe you have both versions installed and the path is not properly setup or something like that? this is most definitely not something goreleaser does/changes/interferes with... |
Beta Was this translation helpful? Give feedback.
maybe you have both versions installed and the path is not properly setup or something like that?
this is most definitely not something goreleaser does/changes/interferes with...