Skip to content

Commit

Permalink
Bump golangci-lint and gci
Browse files Browse the repository at this point in the history
  • Loading branch information
fra98 authored and adamjensenbot committed Oct 5, 2023
1 parent 5394678 commit 8e05bb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: golangci/golangci-lint-action@v3.7.0
with:
only-new-issues: true
version: v1.53.3
version: v1.54.2
args: --timeout=900s

gomodtidy:
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ rbacs: controller-gen
# Install gci if not available
gci:
ifeq (, $(shell which gci))
@go install github.com/daixiang0/gci@v0.11.0
@go install github.com/daixiang0/gci@v0.11.2
GCI=$(GOBIN)/gci
else
GCI=$(shell which gci)
Expand All @@ -104,7 +104,7 @@ fmt: gci addlicense
# Install golangci-lint if not available
golangci-lint:
ifeq (, $(shell which golangci-lint))
@go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.53.3
@go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.2
GOLANGCILINT=$(GOBIN)/golangci-lint
else
GOLANGCILINT=$(shell which golangci-lint)
Expand Down

0 comments on commit 8e05bb4

Please sign in to comment.