Skip to content

Commit

Permalink
golangci-lint update
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hpe committed Nov 3, 2023
1 parent 22ae309 commit ce3b218
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,5 @@ all: lint test
tools:
go env -w GO111MODULE=on
go env -w GOPRIVATE="github.com/hpe-hcss/*"
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.43.0
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.1
.PHONY: tools
1 change: 0 additions & 1 deletion golangci-lint-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ run:
skip-dirs:
- vendor
build-tags: acceptance
modules-download-mode: readonly

linters-settings:
dupl:
Expand Down

0 comments on commit ce3b218

Please sign in to comment.