File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ import (
1414
1515var (
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
Original file line number Diff line number Diff line change 11module github.com/reddit/baseplate.go
22
3- go 1.24.0
3+ go 1.25
44
55require (
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
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a h1:HbKu58rmZp
2020github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a /go.mod h1:SGnFV6hVsYE877CKEZ6tDNTjaSXYUk6QqoIK6PrAtcc =
2121github.com/alicebob/miniredis/v2 v2.14.3 h1:QWoo2wchYmLgOB6ctlTt2dewQ1Vu6phl+iQbwT8SYGo =
2222github.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 =
2525github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 /go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8 =
2626github.com/avast/retry-go v3.0.0+incompatible h1:4SOWQ7Qs+oroOTQOYnAHqelpCO0biHSxpiH9JdtuBj0 =
2727github.com/avast/retry-go v3.0.0+incompatible /go.mod h1:XtSnn+n/sHqQIpZ10K1qAevBhOOCWBLXXy3hyiqqBrY =
You can’t perform that action at this time.
0 commit comments