chore: upgrade Go to 1.22.5 (#13820)

* chore: upgrade Go to 1.22.5

* fixup! chore: upgrade Go to 1.22.5
This commit is contained in:
Colin Adler
2024-07-08 14:42:55 -05:00
committed by GitHub
parent 44cb400c8e
commit f9ca9c7a22
3 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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.

2
go.mod
View File

@ -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