Skip to content

NetworkTests: add options for test users to use gateway #8305

NetworkTests: add options for test users to use gateway

NetworkTests: add options for test users to use gateway #8305

Triggered via pull request February 20, 2024 14:13
Status Failure
Total duration 39s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 5 warnings
lint
issues found
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/go-ten/go-ten. Supported file pattern: go.sum
lint: integration/networktest/userwallet/authclient.go#L45
unexported-return: exported func NewUserWallet returns unexported type *userwallet.authClientUser, which can be annoying to use (revive)
lint: integration/networktest/userwallet/gateway.go#L139
unused-parameter: parameter 'nonce' seems to be unused, consider removing or renaming it as _ (revive)
lint: integration/networktest/userwallet/gateway.go#L38
unexported-return: exported func NewGatewayUser returns unexported type *userwallet.gatewayUser, which can be annoying to use (revive)