From b62fd84cb71918dc401868b44a5608d7ee29c8e6 Mon Sep 17 00:00:00 2001 From: Nick Stenning Date: Sun, 20 Oct 2024 15:12:45 +0000 Subject: [PATCH] Bump goreleaser now we're on 1.23 --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 033b71d120..d930da4a0d 100644 --- a/Makefile +++ b/Makefile @@ -7,9 +7,7 @@ BINDIR = $(PREFIX)/bin INSTALL := install -m 0755 GO ?= go -# goreleaser v2.3.0 requires go 1.23; PR #1950 is where we're doing that. For -# now, pin to v2.2.0 -GORELEASER := $(GO) run github.com/goreleaser/goreleaser/v2@v2.2.0 +GORELEASER := $(GO) run github.com/goreleaser/goreleaser/v2@v2.3.2 GOIMPORTS := $(GO) run golang.org/x/tools/cmd/goimports@latest GOLINT := $(GO) run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0