From 98a42561f80f10b293e8eaf52dc8184d22b851bb Mon Sep 17 00:00:00 2001 From: Chris Collins Date: Thu, 6 Jun 2024 08:52:55 -1000 Subject: [PATCH] Update goreleaser/template to v2 Update to use Goreleaser version 2. I've tested this locally and has been working. This will require TLs to update their Goreleaser version in use to v2. Goreleaser will refuse to run v2 templates with v1, so it will be clear to them if they haven't yet updated. Signed-off-by: Chris Collins --- .goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 451b9c1..9d98e8b 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -3,7 +3,7 @@ # yaml-language-server: $schema=https://goreleaser.com/static/schema.json # vim: set ts=2 sw=2 tw=0 fo=cnqoj -version: 1 +version: 2 project_name: 'ocm-container' before: