Skip to content

Commit 57b2ff2

Browse files
committed
Update Makefile template for v1.42.1
Signed-off-by: Thomas Stromberg <[email protected]>
1 parent 9219ce8 commit 57b2ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BEGIN: lint-install {{.Args}}
33
# http://github.com/tinkerbell/lint-install
44

5-
{{ if .Go }}GOLINT_VERSION ?= v1.42.0{{ end }}
5+
{{ if .Go }}GOLINT_VERSION ?= v1.42.1{{ end }}
66
{{ if .Dockerfile}}HADOLINT_VERSION ?= v2.7.0{{ end }}
77
{{ if .Shell}}SHELLCHECK_VERSION ?= v0.7.2{{ end }}
88
{{ if .YAML}}YAMLLINT_VERSION ?= 1.26.3{{ end }}

0 commit comments

Comments
 (0)