2025.1 eap 内部版本号 251.22821.73

已发布: 2025年2月24日

无需订阅

版本说明

下载

GoLand Early Access Program

本页面列出了 GoLand(JetBrains 的全新 Go IDE)的预发布版本。由于是预发布软件,此处提供的版本的稳定性及其针对特定用途的适用性也许(很大可能)会有所变化。使用这些版本的风险由您自行承担。

GoLand 正处于积极开发阶段,我们十分欢迎您提供反馈。请使用 GoLand 问题跟踪器报告错误和提出功能建议。

这是产品的抢先体验版本

您明确确认此版本的产品可能不可靠,无法按预期工作,并且可能包含错误。使用 EAP 产品的风险由您自己承担。

使用 Toolbox App 轻松下载 GoLand 及其未来更新

版本信息版本亮点

2025.1 eap 内部版本号 251.22821.73

已发布: 2025年2月24日

无需订阅

版本说明

下载

GoLand 2025.1 EAP 6 is now available!

In this EAP, we’ve introduced a bunch of minor updates and bug fixes. Please see the release notes for the complete list of fixes and improvements.

2025.1 eap 内部版本号 251.21418.70

已发布: 2025年2月18日

无需订阅

版本说明

GoLand 2025.1 EAP 5 is now available!

This GoLand release introduces new functionality and improvements:

  • GO-17588: GoLand now bundles the Go Linter plugin, allowing you to configure and run golangci-lint directly within the IDE. To configure linters, open the settings and navigate to Go | Linters. Learn more in our documentation.

2025.1 eap 内部版本号 251.20015.39

已发布: 2025年2月7日

无需订阅

版本说明

GoLand 2025.1 EAP 4 is now available!

This GoLand release addresses the following issue:

  • GO-13698: When renaming a struct field, GoLand now updates the corresponding struct tag automatically. Previously, renaming a field did not update the associated JSON tag.

2025.1 eap 内部版本号 251.18673.36

已发布: 2025年1月31日

无需订阅

版本说明

GoLand 2025.1 EAP 3 is now available!

This GoLand release addresses several key issues:

  • GO-15841: Notifications and handling for the toolchain directive have been improved. GoLand now shows a notification when the project's SDK is changed due to go or toolchain directives in go.mod. Additionally, the codebase now handles this directive more reliably.
  • GO-17509: GoLand no longer includes the deprecated -d flag when running go get, avoiding the -d flag is deprecated. -d=true is a no-op message in the Run tool window.
  • GO-17970: GoLand now properly recognizes the tool directive in go.mod files for Go 1.24 and higher, and it displays relevant errors, such as when the directive is unsupported by the current Go SDK.

Please see the release notes for the complete list of fixes and improvements.

2025.1 eap 内部版本号 251.17181.28

已发布: 2025年1月23日

无需订阅

版本说明

GoLand 2025.1 EAP 2 is now available!

In this EAP, we’ve introduced a bunch of minor updates and bug fixes. Please see the release notes for the complete list of fixes and improvements.

2025.1 eap 内部版本号 251.14649.63

已发布: 2025年1月16日

无需订阅

版本说明

GoLand 2025.1 EAP 1 is now available!

This GoLand release addresses several key issues:

  • GO-17728: fixed a problem with go list -m json all running repeatedly in the background when GOTOOLCHAIN is configured.
  • GO-16904: fixed generation of incorrect method signatures for interfaces with unexported custom types.