From ccb9ae60240e5a6d2d2e0265e08c63fb21aa0923 Mon Sep 17 00:00:00 2001 From: Marcin Hlybin Date: Tue, 15 Oct 2024 21:59:02 +0200 Subject: [PATCH] Add make build --- .goreleaser.yaml | 4 ++-- version/version.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 3ecead2..09b3634 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -13,8 +13,8 @@ before: - go mod tidy builds: - - env: - - CGO_ENABLED=0 + - hooks: + pre: make build goos: - linux - darwin diff --git a/version/version.go b/version/version.go index 5afb316..83ec0e3 100644 --- a/version/version.go +++ b/version/version.go @@ -4,7 +4,7 @@ import ( "fmt" ) -const Version = "1.0.2" +const Version = "1.0.3" // Set at build time var (