Skip to content

Commit 724cf04

Browse files
dependencies.io Botbalasankarc
authored andcommitted
Update redis_exporter from 1.57.0 to 1.58.0
Changelog: changed
1 parent dc4a42f commit 724cf04

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff --git a/go.mod b/go.mod
2+
index 70613c0..c3288ff 100644
3+
--- a/go.mod
4+
+++ b/go.mod
5+
@@ -1,6 +1,6 @@
6+
module github.com/oliver006/redis_exporter
7+
8+
-go 1.22
9+
+go 1.21
10+
11+
require (
12+
github.com/gomodule/redigo v1.8.9

config/software/redis-exporter.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
require 'time'
2121

2222
name 'redis-exporter'
23-
version = Gitlab::Version.new('redis-exporter', '1.57.0')
23+
version = Gitlab::Version.new('redis-exporter', '1.58.0')
2424
default_version version.print
2525

2626
license 'MIT'
@@ -31,6 +31,8 @@
3131
relative_path 'src/github.com/oliver006/redis_exporter'
3232

3333
build do
34+
patch source: 'go-1-21.patch'
35+
3436
env = {
3537
'GOPATH' => "#{Omnibus::Config.source_dir}/redis-exporter",
3638
'GO111MODULE' => 'on',

0 commit comments

Comments
 (0)