Skip to content

Commit 811097e

Browse files
authored
chore(dogfood): update dogfood Go version to 1.24.1 (coder#17104)
coder#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.
1 parent f6a10ee commit 811097e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dogfood/coder/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN cargo install typos-cli watchexec-cli && \
99
FROM ubuntu:jammy@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97 AS go
1010

1111
# Install Go manually, so that we can control the version
12-
ARG GO_VERSION=1.22.12
12+
ARG GO_VERSION=1.24.1
1313

1414
# Boring Go is needed to build FIPS-compliant binaries.
1515
RUN apt-get update && \

0 commit comments

Comments
 (0)