Bump github.com/onflow/flow-go-sdk from 1.0.0-preview.55 to 1.0.0 #1973
Triggered via pull request
September 30, 2024 05:09
Status
Failure
Total duration
5m 17s
Artifacts
–
ci.yml
on: pull_request
Test
2m 12s
Lint
5m 7s
Docker image
0s
Annotations
14 errors and 2 warnings
Test
cannot use &facadeEnvironment{} (value of type *facadeEnvironment) as Environment value in variable declaration: *facadeEnvironment does not implement Environment (missing method ValidateAccountCapabilitiesGet)
|
Test
cannot use env (variable of type *facadeEnvironment) as Environment value in argument to env.Runtime.SetEnvironment: *facadeEnvironment does not implement Environment (missing method ValidateAccountCapabilitiesGet)
|
Test
cannot use env (variable of type *facadeEnvironment) as Environment value in argument to NewAccountKeyUpdater: *facadeEnvironment does not implement Environment (missing method ValidateAccountCapabilitiesGet)
|
Test
Process completed with exit code 2.
|
Lint:
storage/redis/store.go#L48
store.DataSetter undefined (type *Store has no field or method DataSetter) (typecheck)
|
Lint:
storage/redis/store.go#L49
store.DataGetter undefined (type *Store has no field or method DataGetter) (typecheck)
|
Lint:
storage/redis/store.go#L50
store.KeyGenerator undefined (type *Store has no field or method KeyGenerator) (typecheck)
|
Lint:
emulator/blockchain.go#L56
could not import github.com/onflow/flow-go/fvm/environment (-: # github.com/onflow/flow-go/fvm/environment
|
Lint
cannot use &facadeEnvironment{} (value of type *facadeEnvironment) as Environment value in variable declaration: *facadeEnvironment does not implement Environment (missing method ValidateAccountCapabilitiesGet)
|
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)
|
Lint
cannot use env (variable of type *facadeEnvironment) as Environment value in argument to NewAccountKeyUpdater: *facadeEnvironment does not implement Environment (missing method ValidateAccountCapabilitiesGet)) (typecheck)
|
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)
|
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)
|
Lint:
storage/remote/store.go#L126
store.DataGetter undefined (type *Store has no field or method DataGetter) (typecheck)
|
Test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint
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/
|