File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 21
21
- name : Run linter
22
22
uses : golangci/golangci-lint-action@v3
23
23
with :
24
- version : v1.51
24
+ version : v1.54
25
25
only-new-issues : true # Show only new issues if it's a pull request
26
26
27
27
yamllint :
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ GOLANGCI_LINT = $(shell pwd)/bin/golangci-lint
96
96
golangci-lint :
97
97
@[ -f $( GOLANGCI_LINT) ] || { \
98
98
set -e ; \
99
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell dirname $(GOLANGCI_LINT ) ) v1.51 .2 ; \
99
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell dirname $(GOLANGCI_LINT ) ) v1.54 .2 ; \
100
100
}
101
101
102
102
.PHONY : apidiff
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ import (
27
27
kustomizecommonv1 "sigs.k8s.io/kubebuilder/v3/pkg/plugins/common/kustomize/v1"
28
28
kustomizecommonv2alpha "sigs.k8s.io/kubebuilder/v3/pkg/plugins/common/kustomize/v2"
29
29
"sigs.k8s.io/kubebuilder/v3/pkg/plugins/golang"
30
+
31
+ //nolint:staticcheck
30
32
declarativev1 "sigs.k8s.io/kubebuilder/v3/pkg/plugins/golang/declarative/v1"
31
33
deployimagev1alpha1 "sigs.k8s.io/kubebuilder/v3/pkg/plugins/golang/deploy-image/v1alpha1"
32
34
golangv2 "sigs.k8s.io/kubebuilder/v3/pkg/plugins/golang/v2"
You can’t perform that action at this time.
0 commit comments