Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 37b6b09

Browse files
committedMay 26, 2025·
upgrade golang to 1.24.3
1 parent bb89b99 commit 37b6b09

File tree

86 files changed

+375
-177
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+375
-177
lines changed
 

‎.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ RUN curl -sSL "https://awscli.amazonaws.com/awscli-exe-linux-$(arch).zip" -o aws
188188
./aws/install --bin-dir /usr/local/bin --install-dir /usr/local/aws-cli --update && \
189189
rm -rf awscliv2.zip ./aws
190190

191-
ENV GO_VERSION=1.23.6
191+
ENV GO_VERSION=1.24.3
192192
ENV GOPATH=/root/go-packages
193193
ENV GOROOT=/root/go
194194
ENV PATH=$GOROOT/bin:$GOPATH/bin:$PATH

‎components/blobserve/go.mod

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
module github.com/gitpod-io/gitpod/blobserve
22

3-
go 1.23.0
3+
go 1.24
44

5-
toolchain go1.23.3
5+
toolchain go1.24.3
6+
7+
godebug tlsmlkem=0
68

79
require (
810
github.com/containerd/containerd v1.6.36
@@ -97,7 +99,6 @@ require (
9799
github.com/mitchellh/go-homedir v1.1.0 // indirect
98100
github.com/mitchellh/reflectwalk v1.0.2 // indirect
99101
github.com/moby/locker v1.0.1 // indirect
100-
github.com/moby/sys/mountinfo v0.7.1 // indirect
101102
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
102103
github.com/modern-go/reflect2 v1.0.2 // indirect
103104
github.com/mr-tron/base58 v1.2.0 // indirect

0 commit comments

Comments
 (0)
Please sign in to comment.