2025.1 eap build 251.20015.39

Released: February 7, 2025

No subscription required

Release notes

Download

GoLand Early Access Program

This page lists pre-release builds of GoLand, the emerging Go IDE from JetBrains. As this is pre-release software, stability of builds presented here, as well as their applicability to a certain purpose, may (and most probably will) vary. Please use the builds at your own risk.

GoLand is being actively developed, and we really appreciate your feedback. Please use the GoLand issue tracker to report bugs and suggest new features.

This is an early access version of the product

You expressly acknowledge that this version of the product may not be reliable, may not work as intended and may contain errors. Any use of the EAP product is at your own risk.

Get the Toolbox App to download GoLand and its future updates with ease

Build infoBuild highlights

2025.1 eap build 251.20015.39

Released: February 7, 2025

No subscription required

Release notes

Download

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 build 251.18673.36

Released: January 31, 2025

No subscription required

Release notes

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 build 251.17181.28

Released: January 23, 2025

No subscription required

Release notes

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 build 251.14649.63

Released: January 16, 2025

No subscription required

Release notes

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.