sourcegraph / src-cli

Sourcegraph CLI
https://sourcegraph.com
Apache License 2.0
267 stars 57 forks source link

fix go-generate command in goreleaser config #1085

Closed craigfurman closed 1 month ago

craigfurman commented 1 month ago

https://github.com/golang/go/issues/60079 changed the behavior of go-generate when the target package does not exist. It used to silently succeeed, now it errors. The schema package was removed in 2021.

Test plan

Manually ran go generate.