shlib
shlib copied to clipboard
'sunos' is not a GOOS value
# curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b /home/admin/go/bin
golangci/golangci-lint crit uname_os_check 'SunOS' got converted to 'sunos' which is not a GOOS value. Please file bug at https://github.com/client9/shlib
Also hitting this on illumos.
This is fixed in golangci-lint install script. See https://github.com/golangci/golangci-lint/blob/bcd015e30713370160740e4e0adeb66bc0e988de/install.sh#L206