From 83f7d9e72ede4a32fd77f6bb823558e091461a40 Mon Sep 17 00:00:00 2001 From: Jeremy Levy Date: Wed, 1 Jun 2022 10:07:54 +0200 Subject: [PATCH] Remove project name in .goreleaser.yaml --- .goreleaser.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 85425f6..607425a 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,6 +1,5 @@ # This is an example .goreleaser.yml file with some sensible defaults. # Make sure to check the documentation at https://goreleaser.com -project_name: recode before: hooks: - go mod tidy -compat=1.17