Skip to content

Commit 0e0ef6a

Browse files
Update Dev tooling
1 parent fec369a commit 0e0ef6a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
config: .markdownlint.json
6565
# renovate depName=github.com/igorshubovych/markdownlint-cli
66-
version: v0.49.0
66+
version: v0.49.1
6767

6868
prepare:
6969
name: Prepare properties

hack/make/prerequisites.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ golang_ci_cmd_version=v2.12.2
33
# renovate depName=github.com/daixiang0/gci
44
gci_version=v0.14.0
55
# renovate depName=golang.org/x/tools
6-
golang_tools_version=v0.46.0
6+
golang_tools_version=v0.48.0
77
# renovate depName=github.com/vektra/mockery
88
mockery_version=v3.7.1
99
# renovate depName=github.com/igorshubovych/markdownlint-cli
10-
markdownlint_cli_version=v0.49.0
10+
markdownlint_cli_version=v0.49.1
1111

1212
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
1313
ifeq (,$(shell go env GOBIN))

0 commit comments

Comments
 (0)