mirror of
https://github.com/go-gitea/gitea
synced 2025-08-25 10:58:28 +00:00
Addresses go version mismatch when using the devcontainer as a result of
[this
commit](793815adf7
)
(bumps Go version from 1.24.5 to 1.24.6)
The current official devcontainer Go image used in this repository
(`1.24-bookworm`) uses 1.24.5 and sets GOTOOLCHAIN to local. This PR
overrides it to auto so that build commands automatically update to the
correct version.
---------
Signed-off-by: Jackson Stewart <jaxtew@pm.me>
Co-authored-by: techknowlogick <techknowlogick@gitea.com>