From c80fa8f0c71cebd3957922342425ff79d97f484c Mon Sep 17 00:00:00 2001 From: Cristian Chiru Date: Mon, 29 Jan 2024 23:26:18 +0200 Subject: [PATCH] go 1.21 --- .github/workflows/test-nats.yml | 2 -- nats/README.md | 2 +- nats/go.mod | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-nats.yml b/.github/workflows/test-nats.yml index afedb443..c469a293 100644 --- a/.github/workflows/test-nats.yml +++ b/.github/workflows/test-nats.yml @@ -14,8 +14,6 @@ jobs: strategy: matrix: go-version: - - 1.19.x - - 1.20.x - 1.21.x runs-on: ubuntu-latest steps: diff --git a/nats/README.md b/nats/README.md index eb2cf796..21175353 100644 --- a/nats/README.md +++ b/nats/README.md @@ -12,7 +12,7 @@ title: Nats An NATS storage driver. -**Note: Requires Go 1.20 and above** +**Note: Requires Go 1.21 and above because of slog** ### Table of Contents diff --git a/nats/go.mod b/nats/go.mod index 87ffe490..2ae2d548 100644 --- a/nats/go.mod +++ b/nats/go.mod @@ -1,6 +1,6 @@ module github.com/gofiber/storage/nats -go 1.20 +go 1.21 require ( github.com/nats-io/nats.go v1.32.0