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
# github.com/kahing/goofys/api/common
../../go/pkg/mod/github.com/kahing/goofys@v0.24.0/api/common/conf_azure.go:272:34: accountsRes.Value undefined (type storage.AccountListResultPage has no field or method Value)
../../go/pkg/mod/github.com/kahing/goofys@v0.24.0/api/common/conf_azure.go:373:35: not enough arguments in call to client.ListKeys
have (context.Context, string, string)
want (context.Context, string, string, storage.ListKeyExpand)
The text was updated successfully, but these errors were encountered:
If you want to use it in a hurry, you may use an older version.
I was able to install v0.20.0 in my environment without any problems!
$ go get github.com/kahing/goofys@v0.20.0
...
$ go install github.com/kahing/goofys@v0.20.0
...
$ goofys -version
goofys version 0.20.0-use `make build' to fill version hash correctly
Installing source using go...
go install github.com/kahing/goofys@latest
ends with the error:
The text was updated successfully, but these errors were encountered: