Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions memcached-exporter.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: memcached-exporter
version: "0.15.4"
epoch: 2 # GHSA-j5w8-q4qc-rx2x
version: "0.15.5"
epoch: 0 # GHSA-j5w8-q4qc-rx2x
description: Exports metrics from memcached servers for consumption by Prometheus.
copyright:
- license: Apache-2.0
Expand All @@ -28,12 +28,7 @@ pipeline:
with:
repository: https://github.com/prometheus/memcached_exporter
tag: v${{package.version}}
expected-commit: edb92d60e961ad6a82651f0ce0a74c40448e28bf

- uses: go/bump
with:
deps: |-
golang.org/x/[email protected]
expected-commit: 4f06f2361261ecbed48bdfd579c8726ff10bab76

- uses: go/build
with:
Expand Down
Loading