File tree 6 files changed +10
-4
lines changed
6 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
- 2.11 .0
1
+ 2.13 .0
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ run: ## Run the service locally.
26
26
.PHONY : lint
27
27
lint : # # Run lint and gosec tool.
28
28
GOPATH=$(go env GOPATH )
29
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b " ${GOPATH} /bin" v1.52.2
29
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b " ${GOPATH} /bin" v1.61.0
30
30
CGO_ENABLED=1 GOGC=25 golangci-lint run --timeout=3m
31
31
go mod tidy
32
32
gosec ./...
Original file line number Diff line number Diff line change 9
9
.PHONY: lint
10
10
lint:
11
11
GOPATH=$(go env GOPATH)
12
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "${GOPATH}/bin" v1.52.2
12
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "${GOPATH}/bin" v1.61.0
13
13
CGO_ENABLED=1 GOGC=25 golangci-lint run --timeout=3m
14
14
gosec ./...
15
15
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ approvers:
3
3
- dislbenn
4
4
- jlpadilla
5
5
- SherinV
6
+ - smcavey
6
7
- xrajesh
7
8
- zlayne
8
9
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
13
13
"k8s.io/klog/v2"
14
14
)
15
15
16
- const COMPONENT_VERSION = "2.11 .0"
16
+ const COMPONENT_VERSION = "2.13 .0"
17
17
18
18
var DEVELOPMENT_MODE = false // Do not change this. See config_development.go to enable.
19
19
var Cfg = new ()
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
+ "schedule" : " before 8am on Tuesday" ,
4
+ "timezone" : " America/New_York"
5
+ }
You can’t perform that action at this time.
0 commit comments