-
### Go version
go1.21.4 windows/amd64
### Output of `go env` in your module/workspace:
```shell
set GO111MODULE=on
set GOARCH=amd64
set GOBIN=
set GOEXE=.exe
set GOEXPERIMENT=
set GOFLA…
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.13 darwin/amd64
### Does this issue reproduce with the latest release?
Yes.
### What operating system …
-
The type of `syscall.Stdin` differs on Linux (`int`) and Windows (`syscall.Handle`). As such, any calling code needs to always cast `syscall.Stdin` to an integer to use it. But this gets flagged by `u…
-
### Go version
go version go1.22.0 linux/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/mero/.cache/go-build'
GOENV='/home…
-
I was helping @ddollar test his gobuild app yesterday. It does cross-compiled builds from a Heroku dyno for any platform.
So I fetched the `hk` binary from it and tried it out:
``` bash
$ wget -O hk…
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.21.1 linux/amd64
### Does this issue reproduce with the latest release?
Yes
### What operating sys…
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.20.5 darwin/arm64
### Does this issue reproduce with the latest release?
Yes
### What operating system…
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.20.3 linux/amd64
### Does this issue reproduce with the latest release?
Yes.
### What operating system…
-
### What version of Go, VS Code & VS Code Go extension are you using?
Version Information
* Run `go version` to get version of Go from _the VS Code integrated terminal_.
- go version go1.21.…
70sh1 updated
2 months ago
-
### What version of Go are you using (`go version`)?
$ go version
$ go version
go version go1.13.5 darwin/amd64
### Does this issue reproduce with the latest release?
Yes
### Wha…