Make deps failure in v1.23 #14024

Closed
opened 2025-11-02 11:00:31 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @lunny on GitHub (Jan 22, 2025).

Description

Looks like #32916 should be backported to v1.23 because make deps now will fail because gopls needs a higher version for go 1.23.4. Works in go1.23.2

# golang.org/x/telemetry/crashmonitor
../../../../go/pkg/mod/golang.org/x/telemetry@v0.0.0-20240209200032-7b892fcb8a78/crashmonitor/crash_go123.go:13:19: cannot use debug.SetCrashOutput (value of type func(f *os.File, opts debug.CrashOptions) error) as func(*os.File) error value in assignment

Gitea Version

release/v1.23

Can you reproduce the bug on the Gitea demo site?

Yes

Log Gist

No response

Screenshots

No response

Git Version

No response

Operating System

No response

How are you running Gitea?

local

Database

None

Originally created by @lunny on GitHub (Jan 22, 2025). ### Description Looks like #32916 should be backported to v1.23 because `make deps` now will fail because gopls needs a higher version for go 1.23.4. Works in go1.23.2 ``` # golang.org/x/telemetry/crashmonitor ../../../../go/pkg/mod/golang.org/x/telemetry@v0.0.0-20240209200032-7b892fcb8a78/crashmonitor/crash_go123.go:13:19: cannot use debug.SetCrashOutput (value of type func(f *os.File, opts debug.CrashOptions) error) as func(*os.File) error value in assignment ``` ### Gitea Version release/v1.23 ### Can you reproduce the bug on the Gitea demo site? Yes ### Log Gist _No response_ ### Screenshots _No response_ ### Git Version _No response_ ### Operating System _No response_ ### How are you running Gitea? local ### Database None
GiteaMirror added the type/bugtopic/build labels 2025-11-02 11:00:31 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#14024