From cdc275b657cf4ac1c004d1b5e27c536c7e634cb7 Mon Sep 17 00:00:00 2001 From: ataseren Date: Mon, 4 Nov 2024 12:53:04 +0300 Subject: [PATCH] Configuration on goreleaser yaml --- .goreleaser.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 317bc19..39cd91e 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,11 +1,10 @@ +version: 2 # This is an example .goreleaser.yml file with some sensible defaults. # Make sure to check the documentation at https://goreleaser.com before: hooks: # You may remove this if you don't use go modules. - go mod tidy - # you may remove this if you don't need go generate - - go generate ./... builds: - dir: . env: @@ -18,7 +17,7 @@ builds: - arm - arm64 goarm: - - 7 + - "7" checksum: name_template: 'checksums.txt' snapshot: