Update golang Docker tag to v1.24.1 #1043
verify.yml
on: pull_request
license boilerplate check
14s
golangci-lint
1m 29s
oidc-config
33s
Annotations
10 errors
golangci-lint:
pkg/ca/pkcs11ca/pkcs11ca.go#L86
pkcs11ca.SignerWithChain undefined (type *PKCS11CA has no field or method SignerWithChain) (typecheck)
|
golangci-lint:
cmd/app/grpc.go#L130
c.RLock undefined (type *cachedTLSCert has no field or method RLock) (typecheck)
|
golangci-lint:
cmd/app/grpc.go#L131
c.RUnlock undefined (type *cachedTLSCert has no field or method RUnlock) (typecheck)
|
golangci-lint:
cmd/app/grpc.go#L137
c.Lock undefined (type *cachedTLSCert has no field or method Lock) (typecheck)
|
golangci-lint:
cmd/app/grpc.go#L138
c.Unlock undefined (type *cachedTLSCert has no field or method Unlock) (typecheck)
|
golangci-lint:
cmd/app/http.go#L121
h.Shutdown undefined (type httpServer has no field or method Shutdown) (typecheck)
|
golangci-lint:
cmd/app/http.go#L131
h.ListenAndServe undefined (type httpServer has no field or method ListenAndServe) (typecheck)
|
golangci-lint:
cmd/app/http_test.go#L69
httpServer.Serve undefined (type httpServer has no field or method Serve) (typecheck)
|
golangci-lint:
cmd/app/http_test.go#L70
grpcServer.GracefulStop undefined (type *grpcServer has no field or method GracefulStop) (typecheck)
|
golangci-lint:
cmd/app/http_test.go#L121
httpServer.Serve undefined (type httpServer has no field or method Serve) (typecheck)
|