From 23bd900204de62596df8d551a5e3f9c8ffe10456 Mon Sep 17 00:00:00 2001 From: Sean Smith Date: Wed, 4 Sep 2019 22:12:03 -0400 Subject: [PATCH] Update goreleaser config Removes deprecation warning --- .goreleaser.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 13455a4e..c5bcca78 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -2,8 +2,9 @@ env: - GO111MODULE=on - GOPROXY="https://gocenter.io" -archive: - wrap_in_directory: true +archives: + - id: default + wrap_in_directory: true builds: - binary: wtfutil @@ -31,4 +32,4 @@ brews: dockers: - image_templates: - - wtfutil/wtf \ No newline at end of file + - wtfutil/wtf