From b4a93227a3323ab4b1365b0c37c2fac4f9588cc8 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Thu, 25 Apr 2024 14:47:52 -0700 Subject: [PATCH 1/2] bump go --- .github/workflows/ci.yml | 2 +- .github/workflows/ent.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 125fda4..8f72600 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: "1.20" + go-version: "1.22" - name: Prepare run: make prepare diff --git a/.github/workflows/ent.yml b/.github/workflows/ent.yml index 3d3165d..2df8bec 100644 --- a/.github/workflows/ent.yml +++ b/.github/workflows/ent.yml @@ -15,7 +15,7 @@ jobs: test: runs-on: macos-latest env: - GO_VERSION: "1.21" + GO_VERSION: "1.22" FAKTORY_VERSION: 1.8.0 steps: - uses: actions/checkout@v4 From d8141ed7328dfee11e1eaa4f02ce3a7fa9d4a9ce Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Mon, 29 Apr 2024 14:53:35 -0700 Subject: [PATCH 2/2] rtt --- Ent-Changes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Ent-Changes.md b/Ent-Changes.md index f7796ec..94b316d 100644 --- a/Ent-Changes.md +++ b/Ent-Changes.md @@ -5,6 +5,10 @@ Changelog: [Faktory](https://github.com/contribsys/faktory/blob/master/Changes.m A trial version of Faktory Enterprise for macOS is available with each [release](/contribsys/faktory/releases/). Click to purchase [Faktory Enterprise](https://billing.contribsys.com/fent/). +## HEAD + +- Add Redis round trip time (in µs) to Statsd, "ops.redis.rtt_us" [#475] + ## 1.8.0 - Migrate usage of SHA1 to SHA256 to appease linters