From 0ebe1bca6804e8c3971d840c6be3e9c601190fc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20S=C3=B6derlund?= Date: Mon, 8 Apr 2024 06:00:17 +0200 Subject: [PATCH] feat(goreleaser): bump to v1.25.1 --- tools/sggoreleaser/tools.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sggoreleaser/tools.go b/tools/sggoreleaser/tools.go index 91f93b16..d47c1a84 100644 --- a/tools/sggoreleaser/tools.go +++ b/tools/sggoreleaser/tools.go @@ -15,7 +15,7 @@ import ( const ( name = "goreleaser" - version = "1.24.0" + version = "1.25.1" ) func Command(ctx context.Context, args ...string) *exec.Cmd {