fix(deps): update module dagger.io/dagger to v0.15.1 #173
lint.yml
on: pull_request
commitlint
5s
golangci-lint
2m 29s
Annotations
6 errors and 1 warning
golangci-lint:
pkg/telemetry/telemetry.go#L17
could not import go.opentelemetry.io/otel/sdk/metric (-: # go.opentelemetry.io/otel/sdk/metric
|
golangci-lint
cannot use (*meter)(nil) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in variable declaration: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
|
golangci-lint
cannot use mp.meters.Lookup(s, func() *meter {…}) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in return statement: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)) (typecheck)
|
golangci-lint:
ci/main.go#L1
: # github.com/u-bmc/operator/ci
|
golangci-lint:
ci/main.go#L65
invalid operation: operator ! not defined on ok (variable of type string) (typecheck)
|
golangci-lint
issues found
|
golangci-lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: 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/
|