File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: |
44inputs :
55 version :
66 description : " The Go version to use."
7- default : " 1.24.6 "
7+ default : " 1.24.10 "
88 use-preinstalled-go :
99 description : " Whether to use preinstalled Go."
1010 default : " false"
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ RUN cargo install jj-cli typos-cli watchexec-cli
1111FROM ubuntu:jammy@sha256:09506232a8004baa32c47d68f1e5c307d648fdd59f5e7eaa42aaf87914100db3 AS go
1212
1313# Install Go manually, so that we can control the version
14- ARG GO_VERSION=1.24.6
15- ARG GO_CHECKSUM="bbca37cc395c974ffa4893ee35819ad23ebb27426df87af92e93a9ec66ef8712 "
14+ ARG GO_VERSION=1.24.10
15+ ARG GO_CHECKSUM="dd52b974e3d9c5a7bbfb222c685806def6be5d6f7efd10f9caa9ca1fa2f47955 "
1616
1717# Boring Go is needed to build FIPS-compliant binaries.
1818RUN apt-get update && \
Original file line number Diff line number Diff line change 11module github.com/coder/coder/v2
22
3- go 1.24.6
3+ go 1.24.10
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
You can’t perform that action at this time.
0 commit comments