-
### What version of Go are you using (`go version`)?
❯ go version
go version go1.16.5 linux/amd64
❯ gopls version
golang.org/x/tools/gopls v0.7.0
golang.org/x/tools/gopls@v0.7.0…
-
### 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.22.0 wi…
-
### What version of Go are you using (`go version`)?
$ go version
go version devel +06f7e655d1 Fri Sep 18 07:56:50 2020 +0000 linux/amd64
$ go list -m golang.org/x/tools
golang.org/x/tools…
-
### What is the issue?
My company mandates that all docker images be proxied via Artifactory. Hence we can't pull `docker.io/golang:alpine`. We have to pull `company.repo.com/golang:alpine` after d…
-
This issue is a companion to proposal #41696, brought to my attention via https://stackoverflow.com/q/64462190.
In module mode, non-`main` packages lack an install target, and `go install` for such…
-
1 Golang version 1.17+
2 Kubernetes version v1.20+ with ~/.kube/config configured.
3 ginkgo 1.14.0+ (just for E2E test)
4 golangci-lint 1.38.0+, it will install automatically if you run…
-
### What happened?
Earlier this week we were updating our Terrajet based provider and ran into this panic
while running `make generate`:
```
panic: runtime error: invalid memory address …
-
### Go version
go1.23.2 linux/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE='off'
GOARCH='amd64'
GOBIN=''
GOCACHE='/root/.cache/go-build'
GOENV='/root/.config/go/e…
-
Hello,
OpenSSL does not allow NULL RSA PSS parameters for the public key.
However, RFC-4055 states (https://tools.ietf.org/html/rfc4055#section-2.1):
> [...] The correct encoding is to omit the…
-
[Edit: this proposal is now just for the types.Hash function. The HashMap is [another proposal](https://github.com/golang/go/issues/69559).]
We propose to add the HashMap data type (a generic evolu…