diff --git a/.github/actions/setup-go/action.yaml b/.github/actions/setup-go/action.yaml index 6656ba5d06490..a8a88621dda18 100644 --- a/.github/actions/setup-go/action.yaml +++ b/.github/actions/setup-go/action.yaml @@ -4,7 +4,7 @@ description: | inputs: version: description: "The Go version to use." - default: "1.24.2" + default: "1.24.4" use-preinstalled-go: description: "Whether to use preinstalled Go." default: "false" diff --git a/dogfood/coder/Dockerfile b/dogfood/coder/Dockerfile index 1909722459a18..a72b320765c60 100644 --- a/dogfood/coder/Dockerfile +++ b/dogfood/coder/Dockerfile @@ -11,7 +11,7 @@ RUN cargo install jj-cli 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.24.2 +ARG GO_VERSION=1.24.4 # Boring Go is needed to build FIPS-compliant binaries. RUN apt-get update && \ diff --git a/examples/parameters-dynamic-options/variables.yml b/examples/parameters-dynamic-options/variables.yml index 5699c9698de6a..2fcea92c40ec3 100644 --- a/examples/parameters-dynamic-options/variables.yml +++ b/examples/parameters-dynamic-options/variables.yml @@ -1,2 +1,2 @@ -go_image: "bitnami/golang:1.20-debian-11" +go_image: "bitnami/golang:1.24-debian-11" java_image: "bitnami/java:1.8-debian-11" diff --git a/go.mod b/go.mod index 2661eb9a5494e..5a959b80ba3fa 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/coder/coder/v2 -go 1.24.2 +go 1.24.4 // Required until a v3 of chroma is created to lazily initialize all XML files. // None of our dependencies seem to use the registries anyways, so this