From 90dff2667e492d13e8b79331d8bf0572fb6d889f Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 7 May 2023 18:06:50 +0200 Subject: [PATCH] ci: fix anchors config --- test/.goreleaser-anchors.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/test/.goreleaser-anchors.yml b/test/.goreleaser-anchors.yml index b05def4..3837960 100644 --- a/test/.goreleaser-anchors.yml +++ b/test/.goreleaser-anchors.yml @@ -1,7 +1,6 @@ -&shared: - build: &build_base - env: - - CGO_ENABLED=0 +x-build: &build_base + env: + - CGO_ENABLED=0 env: - GO111MODULE=on