gmf
gmf copied to clipboard
[Go-1.18] unable to instal gmf with `go install`
hey-hey, long time no see!
I was restoring my docker images based on Go 1.18, as you know go get is no longer supported, so we need to use go install.
Unfortunately, I can't install the package with go install, here's the output.
$go install github.com/3d0c/gmf@latest
go: downloading github.com/3d0c/gmf v0.0.0-20220425074253-5646e6e80daf
package github.com/3d0c/gmf is not a main package
$go version
go version go1.18.1 linux/amd64
Ah... you're right. I've been thinking about repackage. For now it seems outdated... unfortunately
I was using some examples within the CI, but now, I can't really move forward effectively. Is there a chance that we can update the project's structure?
Any status update with this? If not, I suppose I'll downgrade to Go 1.16