Bump github.com/onflow/flow-go-sdk from 1.0.0-preview.55 to 1.0.0 #1973
Annotations
10 errors and 1 warning
Run golangci-lint:
storage/redis/store.go#L48
store.DataSetter undefined (type *Store has no field or method DataSetter) (typecheck)
|
Run golangci-lint:
storage/redis/store.go#L49
store.DataGetter undefined (type *Store has no field or method DataGetter) (typecheck)
|
Run golangci-lint:
storage/redis/store.go#L50
store.KeyGenerator undefined (type *Store has no field or method KeyGenerator) (typecheck)
|
Run golangci-lint:
emulator/blockchain.go#L56
could not import github.com/onflow/flow-go/fvm/environment (-: # github.com/onflow/flow-go/fvm/environment
|
Run golangci-lint
cannot use &facadeEnvironment{} (value of type *facadeEnvironment) as Environment value in variable declaration: *facadeEnvironment does not implement Environment (missing method ValidateAccountCapabilitiesGet)
|
Run golangci-lint
cannot use env (variable of type *facadeEnvironment) as Environment value in argument to env.Runtime.SetEnvironment: *facadeEnvironment does not implement Environment (missing method ValidateAccountCapabilitiesGet)
|
Run golangci-lint
cannot use env (variable of type *facadeEnvironment) as Environment value in argument to NewAccountKeyUpdater: *facadeEnvironment does not implement Environment (missing method ValidateAccountCapabilitiesGet)) (typecheck)
|
Run golangci-lint:
server/utils/emulator.go#L193
cannot infer S (/home/runner/go/pkg/mod/golang.org/x/[email protected]/slices/slices.go:116:15) (typecheck)
|
Run golangci-lint:
server/utils/emulator.go#L221
cannot infer S (/home/runner/go/pkg/mod/golang.org/x/[email protected]/slices/slices.go:116:15) (typecheck)
|
Run golangci-lint:
storage/remote/store.go#L126
store.DataGetter undefined (type *Store has no field or method DataGetter) (typecheck)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading