Gitea 1.23.5 docker image released with old Go version 1.23? #14223

Closed
opened 2025-11-02 11:06:53 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @DrMaxNix on GitHub (Mar 5, 2025).

I was just curious, why the 1.23.5 release lists Compile with Go 1.24.1 as one of the changes for "SECURITY" improvements, but the released binaries are still being built with Go 1.23.7 and the Dockerfile is also still using Go 1.23 as its base image for the "Build stage". Why is Go 1.24 mentioned in the release then?

Different Release Methods

Pre-built binary gitea-1.23.5-linux-amd64:

Gitea version: 1.23.5 built with GNU Make 4.3, go1.23.7 : bindata, sqlite, sqlite_unlock_notify

Pre-built Docker image docker.gitea.com/gitea:latest:

Gitea version: 1.23.5 built with GNU Make 4.4.1, go1.23.6 : bindata, timetzdata, sqlite, sqlite_unlock_notify

Self-built Docker image from git tag v1.23.5:

Gitea version: 1.23.5+49-g07c4ad5e17 built with GNU Make 4.4.1, go1.23.7 : bindata, timetzdata, sqlite, sqlite_unlock_notify
Originally created by @DrMaxNix on GitHub (Mar 5, 2025). I was just curious, why the 1.23.5 release lists _Compile with Go 1.24.1_ as one of the changes for "SECURITY" improvements, but the released binaries are still being built with Go 1.23.7 and the Dockerfile is also still using Go 1.23 as its base image for the "Build stage". Why is Go 1.24 mentioned in the release then? ### Different Release Methods Pre-built binary `gitea-1.23.5-linux-amd64`: ``` Gitea version: 1.23.5 built with GNU Make 4.3, go1.23.7 : bindata, sqlite, sqlite_unlock_notify ``` Pre-built Docker image `docker.gitea.com/gitea:latest`: ``` Gitea version: 1.23.5 built with GNU Make 4.4.1, go1.23.6 : bindata, timetzdata, sqlite, sqlite_unlock_notify ``` Self-built Docker image from git tag `v1.23.5`: ``` Gitea version: 1.23.5+49-g07c4ad5e17 built with GNU Make 4.4.1, go1.23.7 : bindata, timetzdata, sqlite, sqlite_unlock_notify ```
GiteaMirror added the type/bug label 2025-11-02 11:06:53 -06:00
Author
Owner

@lunny commented on GitHub (Mar 5, 2025):

I have corrected the release note. It should be Compile with Go 1.23.7. The main branch now are using Go 1.24.1.

@lunny commented on GitHub (Mar 5, 2025): I have corrected the release note. It should be `Compile with Go 1.23.7`. The main branch now are using `Go 1.24.1`.
Author
Owner

@techknowlogick commented on GitHub (Mar 5, 2025):

I've rebuilt the docker images, so they should use 1.23.7. The issue was that the upstream hadn't updated yet (tiny discrepancy between readme and tags due to them still being built)

Thanks for reporting this :)

@techknowlogick commented on GitHub (Mar 5, 2025): I've rebuilt the docker images, so they should use 1.23.7. The issue was that the upstream hadn't updated yet (tiny discrepancy between readme and tags due to them still being built) Thanks for reporting this :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#14223