Compare commits

...

2 Commits

Author SHA1 Message Date
Boris Klimenko cb45689777
Merge 3e4ca3dae6 into 1d2bff5959 2025-05-24 20:42:49 +01:00
Boris Klimenko 3e4ca3dae6
Fix duplicate variable declaration
VERSION_PACKAGE was declared twice, and first declaration was incorrect (earlier than REPOPATH).
2024-10-07 16:41:09 +02:00
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ VERSION_MINOR ?= 24
VERSION_BUILD ?= 0
VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
VERSION_PACKAGE = $(REPOPATH/pkg/version)
SHELL := /bin/bash
GOOS ?= $(shell go env GOOS)