Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
Update golint
Browse files Browse the repository at this point in the history
Signed-off-by: Carlisle Huson <chuson@equinix.com>
  • Loading branch information
chuson committed Dec 1, 2023
1 parent e9cccce commit 3fd4309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import (
func connect(facility string) (*grpc.ClientConn, error) {
// setup OpenTelemetry autoinstrumentation automatically on the gRPC client
dialOpts := []grpc.DialOption{
//nolint:staticcheck // UnaryClientInterceptor is deprecated but requires refactor
grpc.WithUnaryInterceptor(otelgrpc.UnaryClientInterceptor(otelgrpc.WithInterceptorFilter(filters.Not(filters.HealthCheck())))),
}

Expand Down
2 changes: 1 addition & 1 deletion lint.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# BEGIN: lint-install --makefile lint.mk --shell=warn --dockerfile=warn .
# http://github.com/tinkerbell/lint-install

GOLINT_VERSION ?= v1.49.0
GOLINT_VERSION ?= v1.55.2
HADOLINT_VERSION ?= v2.7.0
SHELLCHECK_VERSION ?= v0.7.2
LINT_OS := $(shell uname)
Expand Down

0 comments on commit 3fd4309

Please sign in to comment.