Skip to content

Commit

Permalink
update golangci-lint to 1.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Nov 6, 2024
1 parent 36bcf0d commit 1e15069
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
- name: lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55
version: v1.61
args: --timeout=5m
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,9 @@ vet:

# Run golangci-lint
lint:
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.0
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0
golangci-lint --timeout 5m run ./...

# Generate code
generate: controller-gen
$(CONTROLLER_GEN) object:headerFile="hack/boilerplate.go.txt" paths="./..."
Expand Down

0 comments on commit 1e15069

Please sign in to comment.