From e4bbaeb3f6e62e699e9338c369d8ddfa15dbc2ca Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Wed, 26 Mar 2025 09:10:09 +0000 Subject: [PATCH 1/3] chore(dogfood/Dockerfile): update dogfood Go verison to 1.24.1 --- dogfood/coder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dogfood/coder/Dockerfile b/dogfood/coder/Dockerfile index 6e42e9dc23669..82be7bbf13efc 100644 --- a/dogfood/coder/Dockerfile +++ b/dogfood/coder/Dockerfile @@ -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 && \ From 7279a85b8b1ba81c33c0663b285d5d6631ac35cd Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Wed, 26 Mar 2025 09:10:52 +0000 Subject: [PATCH 2/3] update flake.nix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index bb8f466383f04..32cb132ee36df 100644 --- a/flake.nix +++ b/flake.nix @@ -130,7 +130,7 @@ gnused gnugrep gnutar - go_1_22 + go_1_24 go-migrate (pinnedPkgs.golangci-lint) gopls From a9d6d9ced8823af92b5f933496195be9fc193abd Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Wed, 26 Mar 2025 09:20:01 +0000 Subject: [PATCH 3/3] Revert "update flake.nix" This reverts commit 7279a85b8b1ba81c33c0663b285d5d6631ac35cd. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 32cb132ee36df..bb8f466383f04 100644 --- a/flake.nix +++ b/flake.nix @@ -130,7 +130,7 @@ gnused gnugrep gnutar - go_1_24 + go_1_22 go-migrate (pinnedPkgs.golangci-lint) gopls