Update Go version to 1.24.2 and revise deb_package script

This commit is contained in:
arberkatellari
2025-04-11 19:26:40 +02:00
committed by Dan Christian Bogos
parent 5463eb61c6
commit cba94d3efe
7 changed files with 9 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
# Define global variables
%global version 0.11.0~dev
%global go_version 1.24.1
%global go_version 1.24.2
# Define system paths
%define debug_package %{nil}

View File

@@ -1,6 +1,6 @@
# Define global variables
%global version 0.11.0~dev
%global go_version 1.24.1
%global go_version 1.24.2
%global git_commit %(echo $gitLastCommit)
%global releaseTag %(echo $rpmTag)