Bump google.golang.org/protobuf from 1.34.2 to 1.36.4 (#506)

* Bump google.golang.org/protobuf from 1.34.2 to 1.36.4

Bumps google.golang.org/protobuf from 1.34.2 to 1.36.4.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* ignore deprecations

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Scott Blum <dragonsinth@gmail.com>
This commit is contained in:
dependabot[bot]
2025-01-28 18:39:59 +00:00
committed by GitHub
parent 7e1a6c9068
commit f3c8ec2564
3 changed files with 4 additions and 4 deletions

View File

@@ -68,7 +68,7 @@ vet:
.PHONY: staticcheck
staticcheck:
@go install honnef.co/go/tools/cmd/staticcheck@v0.5.1
staticcheck ./...
staticcheck -checks "inherit,-SA1019" ./...
.PHONY: ineffassign
ineffassign: