build error
hhw704511 opened this issue · 1 comments
github.com\klauspost\compress\huff0\decompress.go:774:20: cannot convert out (type []byte) to type *[256]byte
github.com\klauspost\compress\huff0\decompress.go:775:20: cannot convert out[dstEvery:] (type []byte) to type *[256]byte
github.com\klauspost\compress\huff0\decompress.go:776:20: cannot convert out[dstEvery * 2:] (type []byte) to type *[256]byte
github.com\klauspost\compress\huff0\decompress.go:777:20: cannot convert out[dstEvery * 3:] (type []byte) to type *[256]byte
github.com\klauspost\compress\huff0\decompress.go:1013:20: cannot convert out (type []byte) to type *[256]byte
github.com\klauspost\compress\huff0\decompress.go:1014:20: cannot convert out[dstEvery:] (type []byte) to type *[256]byte
github.com\klauspost\compress\huff0\decompress.go:1015:20: cannot convert out[dstEvery * 2:] (type []byte) to type *[256]byte
github.com\klauspost\compress\huff0\decompress.go:1016:20: cannot convert out[dstEvery * 3:] (type []byte) to type *[256]byte
update go version solve it