diff --git a/.github/actions/setup-go/action.yaml b/.github/actions/setup-go/action.yaml index e3610c76d4085..e7a50897103ae 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.22.4" + default: "1.22.5" runs: using: "composite" steps: diff --git a/dogfood/Dockerfile b/dogfood/Dockerfile index eaf244da15e0b..8c12534315007 100644 --- a/dogfood/Dockerfile +++ b/dogfood/Dockerfile @@ -8,7 +8,7 @@ FROM ubuntu:jammy AS go RUN apt-get update && apt-get install --yes curl gcc # Install Go manually, so that we can control the version -ARG GO_VERSION=1.22.4 +ARG GO_VERSION=1.22.5 RUN mkdir --parents /usr/local/go # Boring Go is needed to build FIPS-compliant binaries. diff --git a/go.mod b/go.mod index 69cbfc9ecdec3..e5400d9e464de 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/coder/coder/v2 -go 1.22.4 +go 1.22.5 // 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