Update to 1.26.0
Build and provide rpm of gitea / rpmbuild (f44) (release) Failing after 2m8s
Build and provide rpm of gitea / rpmbuild (rawhide) (release) Failing after 2m2s

Requires go 1.26+, so only build on F44
This commit is contained in:
2026-04-19 16:25:31 +02:00
parent 2138f143eb
commit 126d474d52
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ on:
type: choice
description: "Choose a fedora release"
required: true
options: [f43, rawhide]
options: [f44, rawhide]
jobs:
rpmbuild:
runs-on: ${{ inputs.fedoraversion }}-minimal-copr
@@ -5,7 +5,7 @@ jobs:
rpmbuild:
strategy:
matrix:
fedoraversion: [f43, rawhide]
fedoraversion: [ f44, rawhide ]
runs-on: ${{ matrix.fedoraversion }}-minimal-copr
steps:
- name: Check out repository code
@@ -15,5 +15,5 @@ jobs:
with:
copr_config: ${{ secrets.COPR_API_CONFIG }}
copr_project: gitea
fedora_release: f43
fedora_release: ${{ matrix.fedoraversion }}
specdir: rpm
+4 -4
View File
@@ -5,8 +5,8 @@ index 11b03fab8..f2be57920 100644
@@ -1,6 +1,6 @@
module code.gitea.io/gitea
-go 1.20
+go 1.19
-go 1.26.2
+go 1.26.1
require (
code.gitea.io/actions-proto-go v0.2.1
// rfc5280 said: "The serial number is an integer assigned by the CA to each certificate."
// But some CAs use negative serial number, just relax the check. related:
+4 -4
View File
@@ -1,6 +1,6 @@
%global major_version 1
%global minor_version 25
%global micro_version 5
%global minor_version 26
%global micro_version 0
%define debug_package %{nil}
@@ -23,10 +23,10 @@ Source9: gitea.profile.sh
Source10: gitea.profile.csh
Patch1: 0001-gitea.app.ini.patch
%dnl Patch2: 0001-makefile.patch
Patch2: 0001-makefile.patch
BuildRequires: systemd
BuildRequires: go >= 1.25.8
BuildRequires: go >= 1.26.1
BuildRequires: git
BuildRequires: make
BuildRequires: nodejs-devel >= 22.21.1