Currently, we ship a license file in projects/browser/Bundle-Data/Docs-TBB/Licenses/PluggableTransports/LICENSE, but we haven't updated in it in a very long time (last time was 723c63a0).
We should probably update it, or even use the go-licenses tool to make sure we always generated an updated copy (I don't know if this tool needs to work online though).
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items 0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
# golang.org/x/sys/unixvendor/golang.org/x/sys/unix/syscall.go:83:16: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod)vendor/golang.org/x/sys/unix/syscall_linux.go:2270:9: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod)vendor/golang.org/x/sys/unix/syscall_unix.go:118:7: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod)vendor/golang.org/x/sys/unix/sysvshm_unix.go:33:7: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod)
(and nothing saying this is an error ).
I wonder if it's an easy fix, or if there's a fork that updated to Go > 1.16.