Skip to content

Commit

Permalink
Makefile: bump golint version
Browse files Browse the repository at this point in the history
followup of PR osbuild#4241
  • Loading branch information
schuellerf committed Jul 5, 2024
1 parent a55bf9a commit 0a31443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RST2MAN ?= rst2man

# v1.55 to get golang 1.21 (1.21.3)
# v1.53 to get golang 1.20 (1.20.5)
GOLANGCI_LINT_VERSION=v1.53
GOLANGCI_LINT_VERSION=v1.55
GOLANGCI_LINT_CACHE_DIR=$(HOME)/.cache/golangci-lint/$(GOLANGCI_LINT_VERSION)
GOLANGCI_COMPOSER_IMAGE=composer_golangci
#
Expand Down

0 comments on commit 0a31443

Please sign in to comment.