Skip to content

Commit 3a0ffa0

Browse files
committed
build: update tools
1 parent 7398b52 commit 3a0ffa0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
name: Trims trailing whitespace
3131
args: [--markdown-linebreak-ext=md] # add exception for markdown linebreaks
3232
- repo: https://github.com/gitleaks/gitleaks
33-
rev: v8.18.3
33+
rev: v8.18.4
3434
hooks:
3535
- id: gitleaks
3636
name: Protect and discover secrets using Gitleaks

tools/DEEPCOPY_GEN_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.29.3
1+
v0.30.3

tools/GOLANGCI_LINT_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.59.0
1+
v1.59.1

tools/GORELEASER_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.0.0
1+
v2.1.0

tools/make/generate.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ generate-deps:
2121
.PHONY: generate
2222
generate: generate-deps
2323
go generate -x -ldflags "$(GO_LDFLAGS)" ./...
24-
${TOOLS_BIN}/deepcopy-gen -i ./internal/cliconfig/api -o ${PROJECT_DIR} -O zz_generated.deepcopy --go-header-file ${TOOLS_DIR}/boilerplate.go.txt
24+
${TOOLS_BIN}/deepcopy-gen --output-file zz_generated.deepcopy.go --go-header-file ${TOOLS_DIR}/boilerplate.go.txt ./internal/cliconfig/api

0 commit comments

Comments
 (0)