goalign icon indicating copy to clipboard operation
goalign copied to clipboard

Invalid assertion in dependency

Open dpryan79 opened this issue 4 years ago • 0 comments

I'm running into the following error in the 0.3.4 release (https://github.com/bioconda/bioconda-recipes/pull/28432 ):

13:20:14 BIOCONDA INFO (OUT) pkg/mod/github.com/golang/[email protected]/gps/constraint.go:103:21: cannot use sv (type *semver.Version) as type semver.Version in field value
13:20:14 BIOCONDA INFO (OUT) pkg/mod/github.com/golang/[email protected]/gps/constraint.go:122:16: invalid type assertion: c.(semver.Version) (non-interface type *semver.Constraints on left)
13:20:14 BIOCONDA INFO (OUT) pkg/mod/github.com/golang/[email protected]/gps/constraint.go:149:4: undefined: semver.Constraint

I assume the gps dependency version could be restricted to avoid this.

dpryan79 avatar May 11 '21 18:05 dpryan79