From 10ccc2270dc2a1c95c3583f7c291a51b0292bb62 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Wed, 11 Sep 2024 10:45:16 -0700 Subject: [PATCH] go-redis 9.6.1, alpine 3.20 --- Changes.md | 6 ++++++ Dockerfile | 2 +- go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Changes.md b/Changes.md index e7c7340..73c5aaa 100644 --- a/Changes.md +++ b/Changes.md @@ -2,6 +2,12 @@ Changelog: Faktory || [Faktory Enterprise](https://github.com/contribsys/faktory/blob/master/Ent-Changes.md) +## 1.9.1 + +- Fix top-error silently crashing Faktory [#479] +- Various lint fixes for golangci-lint +- Go 1.22, go-redis 9.6.1, alpine 3.20 + ## 1.9.0 - Faktory now refuses further connections on :7419 if the connection count is larger than diff --git a/Dockerfile b/Dockerfile index 23687ee..c2d56f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18 +FROM alpine:3.20 ARG TARGETPLATFORM RUN apk add --no-cache redis ca-certificates socat COPY ./tmp/$TARGETPLATFORM /faktory diff --git a/go.mod b/go.mod index edad2dc..16fd7df 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/stretchr/testify v1.9.0 ) -require github.com/redis/go-redis/v9 v9.5.3 +require github.com/redis/go-redis/v9 v9.6.1 require ( github.com/cespare/xxhash/v2 v2.3.0 // indirect diff --git a/go.sum b/go.sum index b2ce74c..1d72f54 100644 --- a/go.sum +++ b/go.sum @@ -16,8 +16,8 @@ github.com/justinas/nosurf v1.1.1 h1:92Aw44hjSK4MxJeMSyDa7jwuI9GR2J/JCQiaKvXXSlk github.com/justinas/nosurf v1.1.1/go.mod h1:ALpWdSbuNGy2lZWtyXdjkYv4edL23oSEgfBT1gPJ5BQ= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/redis/go-redis/v9 v9.5.3 h1:fOAp1/uJG+ZtcITgZOfYFmTKPE7n4Vclj1wZFgRciUU= -github.com/redis/go-redis/v9 v9.5.3/go.mod h1:hdY0cQFCN4fnSYT6TkisLufl/4W5UIXyv0b/CLO2V2M= +github.com/redis/go-redis/v9 v9.6.1 h1:HHDteefn6ZkTtY5fGUE8tj8uy85AHk6zP7CpzIAM0y4= +github.com/redis/go-redis/v9 v9.6.1/go.mod h1:0C0c6ycQsdpVNQpxb1njEQIqkx5UcsM8FJCQLgE9+RA= github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=