-
There are a few issues in the instructions.
Context:
- as instructed, I installed go and set the GOPATH variable. I then followed the rest of the steps.
- `go version go1.17.2 darwin/amd64`, whi…
-
### Go version
`go version go1.21.11 linux/amd64`
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/user/.cache/go-build'
GO…
-
While executing ./build_all.sh from the root directory I get the following error message:
`# github.com/GoogleCloudPlatform/healthcare-data-harmonization/mapping_engine/errors
errors/proto.go:105:…
-
#### What are you trying to achieve?
Get code coverage from acceptance and unit tests both in one suite.
I have suites where i store acceptance and unit tests in same directory.
Actually all t…
-
### Go version
go version go1.21.5 darwin/arm64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='arm64'
GOBIN=''
GOCACHE='/Users/trajan0x/Library/Caches/go…
-
Trying to run go get on a project with go modules and I keep getting this error from gopherjs:
```
$ go get github.com/blevesearch/bleve
go: github.com/blevesearch/bleve upgrade => v1.0.9
go get…
-
Advisory [GHSA-6mvp-gh77-7vwh](https://github.com/advisories/GHSA-6mvp-gh77-7vwh) references a vulnerability in the following Go modules:
| Module |
| - |
| [github.com/mattermost/mattermost-server](…
-
**Is your feature request related to a problem? Please describe.**
Package management tools such as Go Modules and Rust Cargo use Write/Read Lock of File System. This is an important mechanism for …
-
When I run `trivy` on this repo, it reports two vulnerabilities in the aws-sdk-go module. When I upgrade `go.mod` to point to the latest release of `aws-sdk-go` (1.44.221 at the time of this writing)…
-
### What version of Go are you using (`go version`)?
go version go1.13.4 darwin/amd64
### Does this issue reproduce with the latest release?
Can't test on latest release, will update …