GoLand 2025.1.1

Released: May 12, 2025

2025.1.1 での更新項目

機能

  • Go Linter Plugin
    • Added support for 'golangci-lint' binaries installed via go install.

不具合の修正

  • Build Systems. Go Modules
    • Vulnerability checker does not update dependencies in go.mod.
  • Code Insight
    • Do not use PsiElement for popup model in com.goide.go.GoGotoUtil.showPopup.
  • Debugger
    • To debug executables using DWARFv5 or later Delve must be built with Go version 1.25.0 or later.
  • Go Linter Plugin
    • Set golangci-lint executable automatically if only one binary is found.
    • Failed to Discover Linters leads to empty list of linters with config and linter version mismatch.
    • Configure 'golangci-lint' button opens Linters pop-up without automatic config file detection.
    • Linter plugin regression - fails to use custom executable version.
  • Inspections
    • False-positive: Multiple packages in the directory if package name ends with _test.