File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: |
4
4
inputs :
5
5
version :
6
6
description : " The Go version to use."
7
- default : " 1.22.8 "
7
+ default : " 1.22.12 "
8
8
runs :
9
9
using : " composite"
10
10
steps :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN cargo install exa bat ripgrep typos-cli watchexec-cli && \
9
9
FROM ubuntu:jammy@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97 AS go
10
10
11
11
# Install Go manually, so that we can control the version
12
- ARG GO_VERSION=1.22.8
12
+ ARG GO_VERSION=1.22.12
13
13
14
14
# Boring Go is needed to build FIPS-compliant binaries.
15
15
RUN apt-get update && \
Original file line number Diff line number Diff line change 1
1
module github.com/coder/coder/v2
2
2
3
- go 1.22.9
3
+ go 1.22.12
4
4
5
5
// Required until a v3 of chroma is created to lazily initialize all XML files.
6
6
// None of our dependencies seem to use the registries anyways, so this
You can’t perform that action at this time.
0 commit comments