-
`go test -race ./...` run in the repo root fails with races detected -
https://gist.github.com/dmitris/d816f41bb12bd99d485e917d8728c320
Do you know any background or history on that? Is it expected…
-
https://github.com/golang/go/tree/master/test
Probably to be done gradually, while trying how to correctly parse the format OR create adequate tools which can convert these tests into our own tests…
-
At Mattermost, we are committed to maintaining a high standard of code quality, reliability, and security. To further enhance this, we are launching a community campaign to integrate the [`errcheck`](…
-
At Mattermost, we are committed to maintaining a high standard of code quality, reliability, and security. To further enhance this, we are launching a community campaign to integrate the [`errcheck`](…
-
### Go version
go version go1.23.3 linux/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/root/.cache/go-build'
GOENV='/root/.con…
-
It has been suggested that
```
more and more of the base stack is being careful to avoid CGO where possible
it would be great to have a per-repository flag to run all the tests with CGO disabled,…
-
Currently, the Dockerfile contains instructions to build the Go app, and then create an image for publishing.
The building of the app can be pulled out of Dockerfile, and replace with a workflow.
…
-
*This issue was originally created by [**@kegsay**](https://github.com/kegsay) at .*
to make it much easier to see what is going on
-
```
#!watchflakes
default
-
The following test in Rancher needs to be converted from Python to Go
https://github.com/rancher/rancher/blob/818c5d381f350b8033a65648d5a33637f24c9ed8/tests/validation/tests/v3_api/test_network_pol…