Skip to content

Commit e28cf46

Browse files
committed
all: upgrade go directive to at least 1.25.0
By now Go 1.26.0 has been released, and Go 1.24 is no longer supported per the Go Release Policy (see https://go.dev/doc/devel/release#policy). Further automation x/build CL 807660 Change-Id: I261a60b6832398a8ec097fdb4044720ca3602fcc Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/807760 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
1 parent 1ff9326 commit e28cf46

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/golang/vscode-go/docs
22

3-
go 1.21
3+
go 1.25.0

extension/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/golang/vscode-go/extension
22

3-
go 1.23.1
3+
go 1.25.0
44

55
require (
66
github.com/golang/vscode-go v0.0.0-00010101000000-000000000000

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/golang/vscode-go
22

3-
go 1.23.1
3+
go 1.25.0
44

55
require golang.org/x/telemetry v0.0.0-20241004145657-5eebfecbdf1f
66

survey/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/golang/vscode-go/survey
22

3-
go 1.24.0
3+
go 1.25.0

0 commit comments

Comments
 (0)