-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5394678
commit 8e05bb4
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
uses: golangci/[email protected] | ||
with: | ||
only-new-issues: true | ||
version: v1.53.3 | ||
version: v1.54.2 | ||
args: --timeout=900s | ||
|
||
gomodtidy: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,7 +79,7 @@ rbacs: controller-gen | |
# Install gci if not available | ||
gci: | ||
ifeq (, $(shell which gci)) | ||
@go install github.com/daixiang0/[email protected].0 | ||
@go install github.com/daixiang0/[email protected].2 | ||
GCI=$(GOBIN)/gci | ||
else | ||
GCI=$(shell which gci) | ||
|
@@ -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) | ||
|