From 7bcdc3276f040f57c46d267ce916afafcf88cb55 Mon Sep 17 00:00:00 2001 From: Nicholas Thompson Date: Mon, 19 Feb 2024 19:51:13 +0200 Subject: [PATCH] Add upgrade-vendor helper to Makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 3c87891..f37d515 100644 --- a/Makefile +++ b/Makefile @@ -56,3 +56,7 @@ clean: vendor: go mod tidy go mod vendor + +.PHONY: upgrade-vendor +upgrade-vendor: + go get -u ./...