Fix duplicate variable declaration

VERSION_PACKAGE was declared twice, and first declaration was incorrect (earlier than REPOPATH).
This commit is contained in:
Boris Klimenko 2024-10-07 16:41:09 +02:00 committed by GitHub
parent e328007bc1
commit 3e4ca3dae6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

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