summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-16 16:28:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-16 16:28:11 +0000
commit496cd77eb2f01b34629ee1dfecef1b9bd745a3c5 (patch)
tree9c5bce932c85822cbd4e88252493173775ab051a /tests
parentReleasing progress-linux version 1.51.0+ds1-2~progress7.99u1. (diff)
downloadgolang-github-containers-storage-496cd77eb2f01b34629ee1dfecef1b9bd745a3c5.tar.xz
golang-github-containers-storage-496cd77eb2f01b34629ee1dfecef1b9bd745a3c5.zip
Merging upstream version 1.52.0+ds1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tools/Makefile b/tests/tools/Makefile
index 9cc9eed..66c6d17 100644
--- a/tests/tools/Makefile
+++ b/tests/tools/Makefile
@@ -29,6 +29,6 @@ $(BUILDDIR)/git-validation:
$(BUILDDIR)/go-md2man:
$(call go-build,./vendor/github.com/cpuguy83/go-md2man)
-$(BUILDDIR)/golangci-lint: VERSION=v1.51.2
+$(BUILDDIR)/golangci-lint: VERSION=v1.55.2
$(BUILDDIR)/golangci-lint:
curl -fsSL https://raw.githubusercontent.com/golangci/golangci-lint/$(VERSION)/install.sh | sh -s -- -b ./$(BUILDDIR) $(VERSION)