Skip to content

Commit 4f4a958

Browse files
authored
Merge pull request #93 from sudo-bmitch/pr-update-20250105
Version bump
2 parents c1be4ef + 9b2af42 commit 4f4a958

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.version-bump.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
{"name":"makefile-go-vulncheck","key":"https://go.googlesource.com/vuln.git","version":"v1.1.3"}
2525
{"name":"makefile-gomajor","key":"https://github.com/icholy/gomajor.git","version":"v0.14.0"}
2626
{"name":"makefile-gosec","key":"https://github.com/securego/gosec.git","version":"v2.21.4"}
27-
{"name":"makefile-markdown-lint","key":"docker.io/davidanson/markdownlint-cli2","version":"v0.17.0"}
27+
{"name":"makefile-markdown-lint","key":"docker.io/davidanson/markdownlint-cli2","version":"v0.17.1"}
2828
{"name":"makefile-osv-scanner","key":"https://github.com/google/osv-scanner.git","version":"v1.9.2"}
2929
{"name":"makefile-staticcheck","key":"https://github.com/dominikh/go-tools.git","version":"v0.5.1"}
3030
{"name":"osv-golang-release","key":"docker.io/library/golang","version":"1.23.4"}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ DOCKERFILE_EXT?=$(shell if docker build --help 2>/dev/null | grep -q -- '--progr
1717
DOCKER_ARGS?=--build-arg "VCS_REF=$(VCS_REF)"
1818
GOPATH?=$(shell go env GOPATH)
1919
PWD:=$(shell pwd)
20-
MARKDOWN_LINT_VER?=v0.17.0
20+
MARKDOWN_LINT_VER?=v0.17.1
2121
GOMAJOR_VER?=v0.14.0
2222
GOSEC_VER?=v2.21.4
2323
GO_VULNCHECK_VER?=v1.1.3

0 commit comments

Comments
 (0)