Skip to content

Commit fe48124

Browse files
committed
go1.22.12
1 parent d98d3e8 commit fe48124

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dogfood/coder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN cargo install exa bat ripgrep typos-cli watchexec-cli && \
99
FROM ubuntu:jammy@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97 AS go
1010

1111
# Install Go manually, so that we can control the version
12-
ARG GO_VERSION=1.22.8
12+
ARG GO_VERSION=1.22.12
1313

1414
# Boring Go is needed to build FIPS-compliant binaries.
1515
RUN apt-get update && \

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/coder/coder/v2
22

3-
go 1.22.9
3+
go 1.22.12
44

55
// Required until a v3 of chroma is created to lazily initialize all XML files.
66
// None of our dependencies seem to use the registries anyways, so this

0 commit comments

Comments
 (0)