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
)
According to the [go modules spec], starting from 2.0.0, module names must include
A “major version suffix” (e.g. `/v2`).
[go modules spec]: https://golang.org/ref/mod#major-version-suffixesFixes#2506
This commit also fixes#2509 by deleting the `local.go.sum` file from the output.
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
🐛 Bug Report
Affected Languages
golang
General Information
What is the problem?
The file
local.go.sum
should not be included in the published directory.The text was updated successfully, but these errors were encountered: