Explorar o código

fix: remove deprecated syntax in goreleaser

`binaries` in `docker` is now deprecated
(https://goreleaser.com/deprecations#dockerbinaries).
Karan Sharma %!s(int64=4) %!d(string=hai) anos
pai
achega
df34e57e65
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"