upgrade to gitea 1.23.6

This commit is contained in:
Lunny Xiao
2025-03-24 14:53:49 -07:00
parent 8d3a6af0de
commit ba60733fd9
3 changed files with 8 additions and 8 deletions

View File

@@ -80,11 +80,11 @@ const globalVariables = {
'goVersion': '1.23',
'minGoVersion': '1.22',
'minNodeVersion': '18',
'version': '1.23.5',
'version': '1.23.6',
'sourceVersion': 'v1.23.0',
'sourceBranch': 'release/v1.23',
'dockerVersion': '1.23.5',
'displayVersion': '1.23.5'
'dockerVersion': '1.23.6',
'displayVersion': '1.23.6'
},
'1.22': {
'goVersion': '1.22',
@@ -368,7 +368,7 @@ const config = {
position: 'right',
items: [
{to: '/api/next/', label: '1.24-dev' },
{to: '/api/1.23/', label: '1.23.5' },
{to: '/api/1.23/', label: '1.23.6' },
{to: '/api/1.22/', label: '1.22.6' },
{to: '/api/1.21/', label: '1.21.11' },
{to: '/api/1.20/', label: '1.20.6' },