Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Run golangci-lint
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
with:
version: v2.4.0
version: v2.5.0
args: --timeout 5m -v

#--exclude SA5011
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
VERSION ?= 0.0.4
OPERATOR_NAME ?= patterns
GOFLAGS=-mod=vendor
GOLANGCI_VERSION ?= 2.4.0
GOLANGCI_VERSION ?= 2.5.0

# CI uses a non-writable home dir, make sure .cache is writable
ifeq ("${HOME}", "/")
Expand Down