Skip to content

Commit e7eda88

Browse files
committed
update go1.23.12
1 parent 3a849d9 commit e7eda88

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

hack/tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ifooth/devcontainer/hack/tools
22

3-
go 1.24
3+
go 1.25
44

55
// vscode dev
66
tool (

install-virtualenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -ex
55
export GOPATH=/opt/go
66
export CGO_ENABLED=0
77
# change go version if upgrade
8-
export GO1_23=go1.23.10
8+
export GO1_23=go1.23.12
99
export GO1_25=go1.25.0
1010

1111
go install golang.org/dl/$GO1_23@latest

0 commit comments

Comments
 (0)