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
# go get -u go101.org/golds
go get: installing executables with 'go get' in module mode is deprecated.
To adjust and download dependencies of the current module, use 'go get -d'.
To install using requirements of the current module, use 'go install'.
To install ignoring the current module, use 'go install' with a version,
like 'go install example.com/cmd@latest'.
For more information, see https://golang.org/doc/go-get-install-deprecation
or run 'go help get' or 'go help install'.
# go101.org/golds/internal/server
/root/go/pkg/mod/go101.org/golds@v0.5.1/internal/server/page_package-details.go:2408:29: undefined: types.TypeParam
note: module requires Go 1.18
The text was updated successfully, but these errors were encountered:
Using go version go1.17.11 linux/amd64
The text was updated successfully, but these errors were encountered: