shlib icon indicating copy to clipboard operation
shlib copied to clipboard

'sunos' is not a GOOS value

Open jelmd opened this issue 3 years ago • 2 comments

# 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

jelmd avatar Jun 25 '22 21:06 jelmd

Also hitting this on illumos.

sjorge avatar Mar 12 '23 20:03 sjorge

This is fixed in golangci-lint install script. See https://github.com/golangci/golangci-lint/blob/bcd015e30713370160740e4e0adeb66bc0e988de/install.sh#L206

dolmen avatar Feb 21 '24 17:02 dolmen