From 71fe229452331b016c80fc0e72bde4f88d2ffa83 Mon Sep 17 00:00:00 2001 From: Devon Bautista Date: Thu, 26 Sep 2024 10:55:52 -0600 Subject: [PATCH] Makefile: Update goreleaser to v2 (v2.3.2) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dd7f9b8..bb8fa18 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ inst: ## go install tools $(call print-target) go install github.com/client9/misspell/cmd/misspell@v0.3.4 go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.52.2 - go install github.com/goreleaser/goreleaser@v1.18.2 + go install github.com/goreleaser/goreleaser/v2@v2.3.2 go install github.com/cpuguy83/go-md2man/v2@latest .PHONY: release