chore(dogfood): update dogfood Go version to 1.24.1 (#17104)

https://github.com/coder/coder/pull/17035 updated the Go version in
`go.mod` and in GH actions but not in `dogfood/coder/Dockerfile` or
`flake.nix`.

This updates the Go version to 1.24 in `dogfood/coder/Dockerfile`.
Unfortunately at the time of writing, Go 1.24 is not available in NixOS.
So that will have to wait.
This commit is contained in:
Cian Johnston
2025-03-26 10:32:43 +00:00
committed by GitHub
parent f6a10eeb7f
commit 811097ef03
+1 -1
View File
@@ -9,7 +9,7 @@ RUN cargo install typos-cli watchexec-cli && \
FROM ubuntu:jammy@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97 AS go
# Install Go manually, so that we can control the version
ARG GO_VERSION=1.22.12
ARG GO_VERSION=1.24.1
# Boring Go is needed to build FIPS-compliant binaries.
RUN apt-get update && \