tedsmitt / ecsgo

Provides an interactive prompt to connect to ECS Containers using the ECS ExecuteCommand API.
Apache License 2.0
81 stars 13 forks source link

Broken goreleaser ldflags after moving vars to main package #35

Closed tedsmitt closed 1 year ago

tedsmitt commented 1 year ago

After moving the ldflag variables from the internal package to main, goreleaser reports the version, commit, builtBy etc. as unset. This is because goreleaser is still configured to set the variables as if they were still in internal.