You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gorelease has changed the .goreleaser.yaml format for docker as described in this blog post
$ make
/snap/bin/goreleaser --skip-publish --rm-dist --snapshot
• releasing using goreleaser 0.114.1...
• loading config file file=.goreleaser.yaml
⨯ release failed after 0.00s error=yaml: unmarshal errors:
line 19: field binary not found in type config.Docker
line 24: field binary not found in type config.Docker
line 28: field binary not found in type config.Docker
line 33: field binary not found in type config.Docker
line 37: field binary not found in type config.Docker
Makefile:12: recipe for target 'build' failed
make: *** [build] Error 1
The text was updated successfully, but these errors were encountered:
Gorelease has changed the .goreleaser.yaml format for docker as described in this blog post
The text was updated successfully, but these errors were encountered: