fix: bump to Go 1.23.6 (#516)

* chore(deps): bump to go1.23.6

* go work sync

* sync

* test(swarm): do not close channel to prevent log after test end

* bump caddy version dockerfile
This commit is contained in:
Alexis Couvreur
2025-02-09 08:00:28 -08:00
committed by GitHub
parent c414ef3020
commit bac489ba5e
12 changed files with 1150 additions and 341 deletions

View File

@@ -24,7 +24,7 @@ docker build https://github.com/sablierapp/sablier.git#v1.8.3:plugins/caddy -t c
### By updating your Caddy Dockerfile
```Dockerfile
ARG CADDY_VERSION=2.8.4
ARG CADDY_VERSION=2.9.1
FROM caddy:${CADDY_VERSION}-builder AS builder
RUN xcaddy build \