File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
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 97
97
name = "coder-${ osArch } " ;
98
98
# Updated with ./scripts/update-flake.sh`.
99
99
# This should be updated whenever go.mod changes!
100
- vendorHash = "sha256-HXDei93ALEImIMgX3Ez829jmJJsf46GwaqPDlleQFmk =" ;
100
+ vendorHash = "sha256-t5t37V0Dq4I5zq2Hj8vdUneTnXfwTRwr8CC7/IW4CgI =" ;
101
101
proxyVendor = true ;
102
102
src = ./. ;
103
103
nativeBuildInputs = with pkgs ; [ getopt openssl zstd ] ;
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