463016b317
Addresses go version mismatch when using the devcontainer as a result of [this commit](https://github.com/go-gitea/gitea/commit/793815adf7a694fa04c12bd3df3262e591f127ab) (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>