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.4 "
7
+ default : " 1.22.5 "
8
8
runs :
9
9
using : " composite"
10
10
steps :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ FROM ubuntu:jammy AS go
8
8
9
9
RUN apt-get update && apt-get install --yes curl gcc
10
10
# Install Go manually, so that we can control the version
11
- ARG GO_VERSION=1.22.4
11
+ ARG GO_VERSION=1.22.5
12
12
RUN mkdir --parents /usr/local/go
13
13
14
14
# Boring Go is needed to build FIPS-compliant binaries.
Original file line number Diff line number Diff line change 1
1
module github.com/coder/coder/v2
2
2
3
- go 1.22.4
3
+ go 1.22.5
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