From 6d88f63fcd7da24154c8477c1f387005c33bbdd3 Mon Sep 17 00:00:00 2001 From: Sergey Kibish <5479211+skibish@users.noreply.github.com> Date: Sat, 28 Oct 2023 14:34:27 +0300 Subject: [PATCH] ci: remove archives block for goreleaser src: https://goreleaser.com/deprecations/\#archivesreplacements --- .goreleaser.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 057e659..2a90aae 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -14,14 +14,6 @@ builds: - 6 - 7 -archives: - - replacements: - darwin: Darwin - linux: Linux - windows: Windows - 386: i386 - amd64: x86_64 - checksum: name_template: 'checksums.txt'