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
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
The text was updated successfully, but these errors were encountered:
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?
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 usego install
.Unfortunately, I can't install the package with
go install
, here's the output.The text was updated successfully, but these errors were encountered: