You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
techknowlogick
changed the title
Gitea 1.23.5 released with old Go version 1.23?
Gitea 1.23.5 docker image released with old Go version 1.23?
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)
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
:Pre-built Docker image
docker.gitea.com/gitea:latest
:Self-built Docker image from git tag
v1.23.5
:The text was updated successfully, but these errors were encountered: