GoLand のリリース

Released: Apr 23, 2026

2026.1.1 での更新項目

不具合の修正

  • IDE
    • Fixed the 'What's new' display in the IDE when switching themes.

Released: Mar 26, 2026

2026.1 での更新項目

機能

Modernize your code for Go 1.26

  • See where your code can be improved - When your project adopts a new Go version, GoLand scans your code and highlights constructs that can be modernized. These updates appear as dedicated syntax update alerts in the editor. Each alert explains what can be improved and why. The goal is not only to help you migrate, but also to make new language features visible as you work. Updates are shown with a distinct highlighting style and a dedicated icon, making them...

Released: Feb 19, 2026

2025.3.3 での更新項目

機能

  • Debugger
    • Updated Delve to version 1.26.

不具合の修正

  • Go Linter (golangci-lint)
    • Go Scratch files not created when "Execute golangcli-lint fmt" is enabled.

Released: Feb 9, 2026

2025.3.2 での更新項目

機能

  • IDE
    • Go 1.26 Language Change: Updated built-in new function analysis to support expressions as operands.
    • Go 1.26 Tooling Change: Replaced references to 'go tool doc' with 'go doc'.

不具合の修正

  • Code Insight
    • Recursive type constraints.
  • IDE
    • NoClassDefFoundError: GoTerraformUsageCollector in GoLand 2025.3.1 when opening projects with Terraform files.
  • Usability
    • Fixed "Edit Terraform files in GoLand" popup.
  • Inspections
    • Alias of generic type - Cannot use alias as the type.
    • Type generic alias not recognize...

Released: Jan 14, 2026

2025.3.1.1 での更新項目

不具合の修正

  • IDE
    • NoClassDefFoundError: GoTerraformUsageCollector in GoLand 2025.3.1 when opening projects with Terraform files.
  • Core. Eel
    • WSL project settings are reset once after updating from 2025.3 or earlier versions.
  • Core. WSL
    • WSL2 project settings are reset after restart.
  • Version Control
    • VCS performance degradation in WSL-based projects in 2025.3.1.
  • Version Control. Git
    • [WSL] Git operations are very slow.

Released: Jan 8, 2026

2025.3.1 での更新項目

不具合の修正

  • IDE
    • Non-modal welcome screen: set default focus to project list.
    • 'Tips of the Day' shown after several days even though they're disabled.

Released: Dec 8, 2025

2025.3 での更新項目

機能

  • Early resource leak detection - GoLand now helps you spot resource leaks, such as files or network connections that have not been closed properly after use. This new local inspection analyzes your code in real time and alerts you when it identifies a resource that might have been inadvertently left open. You'll see these warnings directly in the editor, helping you ensure critical resources are properly cleaned up.
  • Multi-agent experience: Junie and Claude Agent - Claude Agent has become the...

Released: Oct 3, 2025

2025.2.3 での更新項目

不具合の修正

  • Feature Trainer
    • Small mistake in 'LeanGoProject' feature tour.
  • Refactorings
    • Implement interface shortcut freezes the IDE.

Released: Sep 3, 2025

2025.2.1 での更新項目

機能

  • Added 'gofumpt' to pre-defined File Watchers.

Released: Aug 18, 2025

2025.2.0.1 での更新項目

機能

  • Debugger
    • Updated Delve to 1.25.1 version.
  • Feature Trainer
    • Added new Go SDK detection and Feature Trainer triggering.