2025.1 eap compilación 251.22821.73

Publicada: 24 de febrero de 2025

No se necesita suscripción

Notas de lanzamiento

Descargar

GoLand Early Access Program

Esta página enumera los builds previos al lanzamiento de GoLand, el nuevo IDE de Go de JetBrains. Al tratarse de un software previo al lanzamiento, la estabilidad de los builds presentados aquí, así como su aplicabilidad a un propósito concreto, podría variar (y probablemente lo haga). Utilice los builds bajo su propia responsabilidad.

Estamos desarrollando activamente GoLand, por lo que realmente agradecemos sus opiniones. Utilice el Sistema de seguimiento de incidencias de GoLand para informar sobre errores y sugerir nuevas funcionalidades.

Esta es una versión de acceso anticipado del producto

Usted reconoce expresamente que esta versión del producto podría no ser estable, no funcionar según lo previsto y contener errores. La utilización del producto EAP es bajo su propia responsabilidad.

Consiga Toolbox App para descargar GoLand y sus futuras actualizaciones con facilidad

Información del buildPuntos destacados del build

2025.1 eap compilación 251.22821.73

Publicada: 24 de febrero de 2025

No se necesita suscripción

Notas de lanzamiento

Descargar

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 compilación 251.21418.70

Publicada: 18 de febrero de 2025

No se necesita suscripción

Notas de lanzamiento

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 compilación 251.20015.39

Publicada: 7 de febrero de 2025

No se necesita suscripción

Notas de lanzamiento

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 compilación 251.18673.36

Publicada: 31 de enero de 2025

No se necesita suscripción

Notas de lanzamiento

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 compilación 251.17181.28

Publicada: 23 de enero de 2025

No se necesita suscripción

Notas de lanzamiento

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 compilación 251.14649.63

Publicada: 16 de enero de 2025

No se necesita suscripción

Notas de lanzamiento

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.