Skip to content

Commit

Permalink
ci: bump golangci-lint v1.52.2
Browse files Browse the repository at this point in the history
sync with storj/ci

Change-Id: Ia104adf05c2e11e1deef0ecca6a7e10c38c55d13
  • Loading branch information
amwolff committed Apr 4, 2023
1 parent 0fd0ac2 commit 9eacf74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install-dev-dependencies: ## install-dev-dependencies assumes Go and cURL are in
go install honnef.co/go/tools/cmd/staticcheck@latest

# golangci-lint:
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.47.3
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.52.2

# shellcheck (TODO(artur): Windows)
ifneq ($(shell which apt-get),)
Expand Down

0 comments on commit 9eacf74

Please sign in to comment.