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
{{ message }}
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
I encountered an issue when running go-lsif in the official docker image over a repo using go 1.21 which makes use of the newly introduced slices stdlib package:
<package>/<file>.go:7:2: package slices is not in GOROOT (/usr/local/go/src/slices)
I believe the docker image is shipped with 1.18 which is missing the new packages added in
I encountered an issue when running
go-lsif
in the official docker image over a repo using go 1.21 which makes use of the newly introducedslices
stdlib package:I believe the docker image is shipped with 1.18 which is missing the new packages added in
This is by no means a complete list of what need doing, just a couple of the points I spotted with my limited knowledge of how go-lsif works.
The text was updated successfully, but these errors were encountered: