Skip to content

Commit

Permalink
emissary/3.9.1-r10: fix GHSA-jgfp-53c3-624w
Browse files Browse the repository at this point in the history
  • Loading branch information
octo-sts[bot] committed Feb 14, 2025
1 parent aecaf31 commit a8367b1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions emissary.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: emissary
version: 3.9.1
epoch: 10
epoch: 11
description: "open source Kubernetes-native API gateway for microservices built on the Envoy Proxy"
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -40,7 +40,11 @@ pipeline:
# Go binaries
- uses: go/bump
with:
deps: google.golang.org/[email protected] k8s.io/[email protected] k8s.io/[email protected] golang.org/x/[email protected]
deps: |-
google.golang.org/[email protected]
k8s.io/[email protected]
golang.org/x/[email protected]
k8s.io/[email protected]
- uses: go/build
with:
Expand Down

0 comments on commit a8367b1

Please sign in to comment.