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
I attempted to update apptainer to use a commit on the current main branch of containers/image/v5, but when compiling with go 1.20.10 it got this compilation error:
/go/pkg/mod/github.com/containers/image/[email protected]/pkg/blobinfocache/internal/prioritize/prioritize.go:6:2: package slices is not in GOROOT (/usr/local/go/src/slices)
#2340 said it was about updating to go 1.20, but it started using the "slices" package which is only in go 1.21 and later.
The text was updated successfully, but these errors were encountered:
I attempted to update apptainer to use a commit on the current main branch of containers/image/v5, but when compiling with go 1.20.10 it got this compilation error:
#2340 said it was about updating to go 1.20, but it started using the "slices" package which is only in go 1.21 and later.
The text was updated successfully, but these errors were encountered: