Resolves some linting errors flagged in GitHub actions #908
go.yml
on: push
test-hsm
2m 23s
lint
1m 11s
Matrix: test
Annotations
8 errors and 5 warnings
lint:
client/remote.go#L141
exported func GetConnPool returns unexported type *client.connPoolType, which can be annoying to use
|
lint:
internal/test/params/params.go#L25
exported var RSAMD5SHA1Params should have comment or be unexported
|
lint:
internal/test/params/params.go#L49
exported var ECDSASHA224Params should have comment or be unexported
|
lint:
internal/test/params/params.go#L82
exported var HSMECDSASHA256Params should have comment or be unexported
|
lint:
server/errors.go#L3
exported type RemoteConfigurationErr should have comment or be unexported
|
lint:
server/server.go#L465
if block ends with a return statement, so drop this else and outdent its block
|
lint:
server/server.go#L582
if block ends with a return statement, so drop this else and outdent its block
|
lint:
server/internal/rsa/rsa.go#L12
exported function Decrypt should have comment or be unexported
|
lint
Cache not found for keys: setup-go-Linux-x64-ubuntu24-go-1.23.6-a939e04e55cc4608910cc5ad57718661ca0b0b99491f6aa981012e420143ac29
|
test (oldstable)
Cache not found for keys: setup-go-Linux-x64-ubuntu24-go-1.23.7-a939e04e55cc4608910cc5ad57718661ca0b0b99491f6aa981012e420143ac29
|
test-hsm
Cache not found for keys: setup-go-Linux-x64-ubuntu24-go-1.24.1-a939e04e55cc4608910cc5ad57718661ca0b0b99491f6aa981012e420143ac29
|
test (stable)
Cache not found for keys: setup-go-Linux-x64-ubuntu24-go-1.24.1-a939e04e55cc4608910cc5ad57718661ca0b0b99491f6aa981012e420143ac29
|
test (stable)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|