We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a604d commit c8f0826Copy full SHA for c8f0826
dogfood/Dockerfile
@@ -8,7 +8,7 @@ FROM ubuntu:jammy AS go
8
9
RUN apt-get update && apt-get install --yes curl gcc
10
# Install Go manually, so that we can control the version
11
-ARG GO_VERSION=1.22.3
+ARG GO_VERSION=1.22.4
12
RUN mkdir --parents /usr/local/go
13
14
# Boring Go is needed to build FIPS-compliant binaries.
go.mod
@@ -1,6 +1,6 @@
1
module github.com/coder/coder/v2
2
3
-go 1.22.3
+go 1.22.4
4
5
// Required until a v3 of chroma is created to lazily initialize all XML files.
6
// None of our dependencies seem to use the registries anyways, so this
0 commit comments