This commit is contained in:
Cristian Chiru
2024-01-29 23:26:18 +02:00
parent 0b3aad8e47
commit c80fa8f0c7
3 changed files with 2 additions and 4 deletions

View File

@@ -14,8 +14,6 @@ jobs:
strategy: strategy:
matrix: matrix:
go-version: go-version:
- 1.19.x
- 1.20.x
- 1.21.x - 1.21.x
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

View File

@@ -12,7 +12,7 @@ title: Nats
An NATS storage driver. An NATS storage driver.
**Note: Requires Go 1.20 and above** **Note: Requires Go 1.21 and above because of slog**
### Table of Contents ### Table of Contents

View File

@@ -1,6 +1,6 @@
module github.com/gofiber/storage/nats module github.com/gofiber/storage/nats
go 1.20 go 1.21
require ( require (
github.com/nats-io/nats.go v1.32.0 github.com/nats-io/nats.go v1.32.0