浏览代码

fix: remove deprecated syntax in goreleaser

`binaries` in `docker` is now deprecated
(https://goreleaser.com/deprecations#dockerbinaries).
Karan Sharma 4 年之前
父节点
当前提交
df34e57e65
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .goreleaser.yml

+ 1 - 1
.goreleaser.yml

@@ -35,7 +35,7 @@ dockers:
   -
     goos: linux
     goarch: amd64
-    binaries:
+    ids:
     - listmonk
     image_templates:
     - "listmonk/listmonk:latest"