Skip to content

Commit 7e4178a

Browse files
build(deps): bump github.com/apache/thrift from 0.21.0 to 0.23.0 (#714)
* build(deps): bump github.com/apache/thrift from 0.21.0 to 0.23.0 Bumps [github.com/apache/thrift](https://github.com/apache/thrift) from 0.21.0 to 0.23.0. - [Release notes](https://github.com/apache/thrift/releases) - [Changelog](https://github.com/apache/thrift/blob/master/CHANGES.md) - [Commits](apache/thrift@v0.21.0...v0.23.0) --- updated-dependencies: - dependency-name: github.com/apache/thrift dependency-version: 0.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * bump go versions in CI * fmt --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dan Couture <dan.couture@reddit.com>
1 parent 653f653 commit 7e4178a

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/go-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
strategy:
1414
matrix:
1515
go-version:
16-
- "1.24"
1716
- "1.25"
17+
- "1.26"
1818

1919
container:
2020
image: golang:${{ matrix.go-version }}

ecinterface/global.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import (
1414

1515
var (
1616
getBeforeSet = promauto.With(prometheusbpint.GlobalRegistry).NewCounter(prometheus.CounterOpts{
17-
Name: "ecinterface_get_before_set_total",
18-
Help: "Total number of ecinterface.Get calls before Set is called",
17+
Name: "ecinterface_get_before_set_total",
18+
Help: "Total number of ecinterface.Get calls before Set is called",
1919
})
2020
)
2121

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
module github.com/reddit/baseplate.go
22

3-
go 1.24.0
3+
go 1.25
44

55
require (
66
github.com/Shopify/sarama v1.29.1
77
github.com/alicebob/miniredis/v2 v2.14.3
8-
github.com/apache/thrift v0.21.0
8+
github.com/apache/thrift v0.23.0
99
github.com/avast/retry-go v3.0.0+incompatible
1010
github.com/fsnotify/fsnotify v1.9.0
1111
github.com/getsentry/sentry-go v0.11.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a h1:HbKu58rmZp
2020
github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a/go.mod h1:SGnFV6hVsYE877CKEZ6tDNTjaSXYUk6QqoIK6PrAtcc=
2121
github.com/alicebob/miniredis/v2 v2.14.3 h1:QWoo2wchYmLgOB6ctlTt2dewQ1Vu6phl+iQbwT8SYGo=
2222
github.com/alicebob/miniredis/v2 v2.14.3/go.mod h1:gquAfGbzn92jvtrSC69+6zZnwSODVXVpYDRaGhWaL6I=
23-
github.com/apache/thrift v0.21.0 h1:tdPmh/ptjE1IJnhbhrcl2++TauVjy242rkV/UzJChnE=
24-
github.com/apache/thrift v0.21.0/go.mod h1:W1H8aR/QRtYNvrPeFXBtobyRkd0/YVhTc6i07XIAgDw=
23+
github.com/apache/thrift v0.23.0 h1:wKR6YnefQSEnxpEfmgTPuJibNG4bF0p2TK34tHLWi3s=
24+
github.com/apache/thrift v0.23.0/go.mod h1:zPt6WxgvTOM6hF92y8C+MkEM5LMxZuk4JcQOiU4Esvs=
2525
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8=
2626
github.com/avast/retry-go v3.0.0+incompatible h1:4SOWQ7Qs+oroOTQOYnAHqelpCO0biHSxpiH9JdtuBj0=
2727
github.com/avast/retry-go v3.0.0+incompatible/go.mod h1:XtSnn+n/sHqQIpZ10K1qAevBhOOCWBLXXy3hyiqqBrY=

0 commit comments

Comments
 (0)