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