From 509941fd14db5a4ea8724ec8687a4d982a0f2ade Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Mon, 4 Dec 2023 23:52:57 +0100 Subject: [PATCH] Delete .goreleaser.yaml --- .goreleaser.yaml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .goreleaser.yaml diff --git a/.goreleaser.yaml b/.goreleaser.yaml deleted file mode 100644 index 1368249..0000000 --- a/.goreleaser.yaml +++ /dev/null @@ -1,28 +0,0 @@ -project: - name: Open ETC Pool Friends - description: A Go-based Ethereum Classic mining pool - version: 1.0.0 - -before: - - go mod tidy - -builds: - - goos: linux - goarch: amd64 - binary: open-etc-pool-friends - -archives: - - name: open-etc-pool-friends - format: binary - files: - - open-etc-pool-friends - -slsa: - go: - version: 3.0.0 - configuration: - author: - name: Yuriy Lytvyn - email: yuriy.lytvyn@gmail.com - repository: - url: https://github.com/yuriy0803/open-etc-pool-friends