1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-24 10:23:41 +02:00

Version 1.1.9

This commit is contained in:
Henrik Hautakoski 2025-01-23 19:32:45 +01:00
parent 365558019c
commit 6ad6b44433
3 changed files with 8 additions and 2 deletions

View file

@ -3,7 +3,7 @@ GO=go
GOLDFLAGS=-v -s -w -X main.VersionString=$(PROGRAM_VERSION)
GOBUILDFLAGS+=-v -p $(shell nproc) -ldflags="$(GOLDFLAGS)"
PROGRAM=thalos-server
PROGRAM_VERSION ?= 1.1.8
PROGRAM_VERSION ?= 1.1.9
PREFIX=/usr/local
BINDIR=$(PREFIX)/bin
CFGDIR=$(PREFIX)/etc/thalos