-
### Go version
go version go1.23.3 linux/amd64 & gopls version golang.org/x/tools/gopls v0.17.0-pre.3
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN…
-
The `flowrate` package is used by p2p connections to limit the send and receive rates.
It is based, according to the documentation in package itself, on this package: https://pkg.go.dev/github.com/…
cason updated
1 month ago
-
* Why not install [golang-go from its debian package](https://packages.debian.org/bullseye/golang-go) rather that from github ? I think usually it is backward compatible. And if not, the upstream shou…
-
=> ERROR [builder 7/7] RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go buil 2.4s
------
> [builder 7/7] RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build:
#11 1.649 /go/pkg/mod/google.golang.org/g…
-
the binary go-replace has a lot of security issues See list at the end of the issue.
I suggest to use the sed command instead of go-replace
Real exampel For that particular file :
https://githu…
-
### 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…
-
**What happened**:
When I try to push component archive to an insecure registry, I get an error saying "could not push component version: failed to finish component transfer: `module version`: creat…
-
We would like to refactor the existing code to follow a more idiomatic builder pattern for our present Docker container builder (`golang/pkg/builder/container`) in go. This will involve creating a new…
-
## Vulnerabilities found for profile-controller:1.9.0
```
For OSS Maintainers: VEX Notice
--------------------------------
If you're an OSS maintainer and Trivy has detected vulnerabilities in your …
-
### 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_.
```zsh
% go versio…