From f9ca9c7a228541886bc662cf4ed7ccc75c4caf25 Mon Sep 17 00:00:00 2001 From: Colin Adler Date: Mon, 8 Jul 2024 14:42:55 -0500 Subject: [PATCH] chore: upgrade Go to 1.22.5 (#13820) * chore: upgrade Go to 1.22.5 * fixup! chore: upgrade Go to 1.22.5 --- .github/actions/setup-go/action.yaml | 2 +- dogfood/Dockerfile | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/setup-go/action.yaml b/.github/actions/setup-go/action.yaml index e3610c76d4..e7a5089710 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 eaf244da15..8c12534315 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 69cbfc9ecd..e5400d9e46 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