-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Update to Go 1.27 #63902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Update to Go 1.27 #63902
Changes from all commits
7ea9ee1
14d1881
e6a7493
b284052
5e6544f
c5c9a0b
c7b7f0f
1287f18
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,9 @@ | ||
| { | ||
| "name": "TypeScript Compiler Development", | ||
| "image": "mcr.microsoft.com/devcontainers/go:dev-1.26-bookworm", | ||
| "containerEnv": { | ||
| "GOTOOLCHAIN": "go1.27.0" | ||
| }, | ||
|
Comment on lines
+4
to
+6
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sadly, the devcontainer is not out |
||
| "features": { | ||
| "ghcr.io/devcontainers/features/node:2": { | ||
| "version": "24", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -38,7 +38,7 @@ | |
| "trailingCommas": "never" | ||
| }, | ||
| "gofumpt": { | ||
| "langVersion": "go1.26", | ||
| "langVersion": "go1.27", | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There's a new version that'll parse generic methods, but we need to wait a week for the npm quarantine. It's probably best to wait anyway because linters are still getting bugfixes. |
||
| "modulePath": "github.com/microsoft/TypeScript/tsc" | ||
| }, | ||
| "excludes": [ | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| go 1.26 | ||
| go 1.27 | ||
|
|
||
| use ( | ||
| ./tools | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| module testdata | ||
|
|
||
| go 1.26 | ||
| go 1.27 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be bumped again, hopefully when they update staticcheck and other linters that needed followup fixes