Skip to content

Commit 52b45f1

Browse files
balasankarcClemens Beckdependencies-bot
committed
Merge branch 'deps/ca27c35-3808f16' into 'master'
Update gitlab-org/build/omnibus-mirror/redis_exporter from 1.57.0 to 1.58.0 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7437 Merged-by: Balasankar 'Balu' C <[email protected]> Approved-by: Andrew Patterson <[email protected]> Co-authored-by: Clemens Beck <[email protected]> Co-authored-by: deps <[email protected]>
2 parents 61a16e9 + 724cf04 commit 52b45f1

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)