-
### Go version
go1.23.1 linux/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE='auto'
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/oof/.cache/go-build'
GOENV='/home/oof/.co…
-
the x/tools package used by enumer causes it to generate the following error when it is built with go 1.22.0 on Mac OSX silicon.
```
panic: runtime error: invalid memory address or nil pointer der…
-
We are using gazelle to generate bazel bindings to the golang code. The version `v0.0.0-20240905190251-b4127c9b8d78` fails with:
```
bazel run //:{redacted}
INFO: Repository org_golang_google_protobu…
-
### Description of the feature request:
A common (recommended, even) pattern within Google is to have multiple packages in the same directory, with one build target per package (commonly, one file p…
-
Currently, all images built with bluebuild will include yq, regardless of whether they need it.
```
$ rpm -q --whatprovides /usr/bin/yq
file /usr/bin/yq is not owned by any package
```
yq con…
-
### Go version
go version go1.23.3 darwin/arm64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE='on'
GOARCH='arm64'
GOBIN=''
GOCACHE='/tmp'
GOENV=''
GOEXE=''
GOEXPERIMEN…
-
## Vulnerabilities found for katib-db-manager:v0.17.0
```
For OSS Maintainers: VEX Notice
--------------------------------
If you're an OSS maintainer and Trivy has detected vulnerabilities in your …
-
### Discussed in https://github.com/renovatebot/renovate/discussions/28530
Originally posted by **rrey** April 19, 2024
### What would you like help with?
I think I found a bug
### How a…
-
### 📋 Description
As a project template maintainer, I want to present my dependency versions on my GitHub Readme. So people know if I'm using the latest and greatest version of that one truly awesome…
-
```
#!stacks
"bug.Reportf" && "golang.(*renamer).update:+45"
```
Issue created by [stacks](https://pkg.go.dev/golang.org/x/tools/gopls/internal/telemetry/cmd/stacks).
```go
pgf, ok := enclosin…