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
If I do go get for this package, I get the error shown below. This was working until recently.
❯ docker run -ti --entrypoint /bin/sh golang:1.14.2-alpine
/go # apk update && apk add git
/go # go get -u github.com/silenceper/gowatch
unrecognized import path "io/fs": import path does not begin with hostname
Note that it does seem to work with 1.16.15-alpine.
The text was updated successfully, but these errors were encountered:
If I do go get for this package, I get the error shown below. This was working until recently.
Note that it does seem to work with 1.16.15-alpine.
The text was updated successfully, but these errors were encountered: