File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
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.24.4 "
7
+ default : " 1.24.6 "
8
8
use-preinstalled-go :
9
9
description : " Whether to use preinstalled Go."
10
10
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
11
11
FROM ubuntu:jammy@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97 AS go
12
12
13
13
# Install Go manually, so that we can control the version
14
- ARG GO_VERSION=1.24.4
15
- ARG GO_CHECKSUM="77e5da33bb72aeaef1ba4418b6fe511bc4d041873cbf82e5aa6318740df98717 "
14
+ ARG GO_VERSION=1.24.6
15
+ ARG GO_CHECKSUM="bbca37cc395c974ffa4893ee35819ad23ebb27426df87af92e93a9ec66ef8712 "
16
16
17
17
# Boring Go is needed to build FIPS-compliant binaries.
18
18
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.24.4
3
+ go 1.24.6
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
@@ -58,7 +58,7 @@ replace github.com/imulab/go-scim/pkg/v2 => github.com/coder/go-scim/pkg/v2 v2.0
58
58
// Adds support for a new Listener from a driver.Connector
59
59
// This lets us use rotating authentication tokens for passwords in connection strings
60
60
// which we use in the awsiamrds package.
61
- replace github.com/lib/pq => github.com/coder/pq v1.10.5-0.20250630052411-a259f96b6102
61
+ replace github.com/lib/pq => github.com/coder/pq v1.10.5-0.20250807075151-6ad9b0a25151
62
62
63
63
// Removes an init() function that causes terminal sequences to be printed to the web terminal when
64
64
// used in conjunction with agent-exec. See https://github.com/coder/coder/pull/15817
Original file line number Diff line number Diff line change @@ -916,8 +916,8 @@ github.com/coder/go-scim/pkg/v2 v2.0.0-20230221055123-1d63c1222136 h1:0RgB61LcNs
916
916
github.com/coder/go-scim/pkg/v2 v2.0.0-20230221055123-1d63c1222136 /go.mod h1:VkD1P761nykiq75dz+4iFqIQIZka189tx1BQLOp0Skc =
917
917
github.com/coder/guts v1.5.0 h1:a94apf7xMf5jDdg1bIHzncbRiTn3+BvBZgrFSDbUnyI =
918
918
github.com/coder/guts v1.5.0 /go.mod h1:0Sbv5Kp83u1Nl7MIQiV2zmacJ3o02I341bkWkjWXSUQ =
919
- github.com/coder/pq v1.10.5-0.20250630052411-a259f96b6102 h1:ahTJlTRmTogsubgRVGOUj40dg62WvqPQkzTQP7pyepI =
920
- github.com/coder/pq v1.10.5-0.20250630052411-a259f96b6102 /go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o =
919
+ github.com/coder/pq v1.10.5-0.20250807075151-6ad9b0a25151 h1:YAxwg3lraGNRwoQ18H7R7n+wsCqNve7Brdvj0F1rDnU =
920
+ github.com/coder/pq v1.10.5-0.20250807075151-6ad9b0a25151 /go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o =
921
921
github.com/coder/pretty v0.0.0-20230908205945-e89ba86370e0 h1:3A0ES21Ke+FxEM8CXx9n47SZOKOpgSE1bbJzlE4qPVs =
922
922
github.com/coder/pretty v0.0.0-20230908205945-e89ba86370e0 /go.mod h1:5UuS2Ts+nTToAMeOjNlnHFkPahrtDkmpydBen/3wgZc =
923
923
github.com/coder/preview v1.0.3 h1:et0/frnLB68PPwsGaa1KAZQdBKBxNSqzMplYKsBpcNA =
You can’t perform that action at this time.
0 commit comments