add option to enable agent forwarding #869
Annotations
5 errors and 3 warnings
golangci-lint:
cmd/spot/main_test.go#L386
builtinShadow: shadowing of predeclared identifier: close (gocritic)
|
golangci-lint:
cmd/spot/main_test.go#L425
builtinShadow: shadowing of predeclared identifier: close (gocritic)
|
golangci-lint:
cmd/spot/main_test.go#L393
shadow: declaration of "err" shadows declaration at line 387 (govet)
|
golangci-lint:
pkg/executor/connector.go#L74
shadow: declaration of "err" shadows declaration at line 68 (govet)
|
golangci-lint
issues found
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, 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/.
|
set up go 1.22
Restore cache failed: Dependencies file is not found in /home/runner/work/spot/spot. Supported file pattern: go.sum
|
golangci-lint:
pkg/executor/connector.go#L47
exported: exported method Connector.WithAgentForwarding should have comment or be unexported (revive)
|
Loading