Skip to content

Commit 4313121

Browse files
authored
Pick release branch (#129)
2 parents 4200ada + cdd22dc commit 4313121

File tree

15 files changed

+1499
-50
lines changed

15 files changed

+1499
-50
lines changed

.github/workflows/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
matrix:
148148
parallelism: [8]
149149
index: [0, 1, 2, 3, 4, 5, 6, 7]
150-
runs-on: ubuntu-latest
150+
runs-on: ubuntu-24.04
151151
name: Thanos end-to-end tests
152152
env:
153153
GOBIN: /tmp/.bin

cmd/thanos/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ func main() {
6262
registerTools(app)
6363
registerReceive(app)
6464
registerQueryFrontend(app)
65+
registerStreamer(app)
6566

6667
cmd, setup := app.Parse()
6768
logger := logging.NewLogger(*logLevel, *logFormat, *debugName)

0 commit comments

Comments
 (0)