Skip to content

Commit

Permalink
Merge pull request #2349 from containers/renovate/golangci-golangci-l…
Browse files Browse the repository at this point in the history
…int-1.x

[CI:DOCS] Update dependency golangci/golangci-lint to v1.57.0
  • Loading branch information
mtrmac authored Mar 20, 2024
2 parents f2fd0b8 + 49fd151 commit d23b823
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
run:
concurrency: 6
deadline: 5m
timeout: 5m
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ REGISTRIESDDIR ?= ${CONTAINERSCONFDIR}/registries.d
# N/B: This value is managed by Renovate, manual changes are
# possible, as long as they don't disturb the formatting
# (i.e. DO NOT ADD A 'v' prefix!)
GOLANGCI_LINT_VERSION := 1.56.2
GOLANGCI_LINT_VERSION := 1.57.0

export PATH := $(PATH):${GOBIN}

Expand Down

0 comments on commit d23b823

Please sign in to comment.