-
### Description
Using the latest version of otelgrpc (`go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.21.0`) causes a package conflict involving the semconv package …
-
by **dean.prichard**:
What steps will reproduce the problem?
1. ./all.bash or cd src/pkg/time; gotest
will hang occasionally.
What is the expected output? What do you see instead?
expected:
2 known…
-
by **wjosephson**:
Before filing a bug, please check whether it has been fixed since
the latest release: run "hg pull -u" and retry what you did to
reproduce the problem. Thanks.
What ste…
-
```
$ code -v
1.59.1
3866c3553be8b268c8a7f8c0482c0c0177aa8bfa
x64
```
Extension: golang.go-nightly 2021.8.2602 (released on Aug 26)
How to reproduce:
checkout go.googlesource.com/tools
…
-
### 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_.
- go1.17 linux/amd64
* …
-
**What would you like to be added**:
Sometimes, users want to trigger multiple pipelines in one pipeline. Currently, you can do it via editing the Jenkinsfile directly. But it might be not easy…
-
What steps will reproduce the problem?
1. Let's say you have a file library.go, and a test file library_test.go
2. Add a Makefile which uses a similar structure as other go packages
3. run 'gotest' . …
-
### 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.1…
-
### 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.1…
-
Getting this error running Emacs 26.2 on macOS 10.12.6.
I placed the gotests.el file in my `.emacs.d/` folder and I get the above error when I run `gotests-region`.
`gotests` does run for me on…