You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The presence of Go 1.22 #cgo directives in any file prevents the module
from being vendored by Go 1.21 or below, even if the file has build
constraints. Revert the Go 1.22 directives for now so the module can be
vendored into projects using Go 1.21 or Go 1.20.
0 commit comments