mirror of
https://github.com/gofiber/storage.git
synced 2025-10-07 17:41:57 +08:00
go 1.21
This commit is contained in:
2
.github/workflows/test-nats.yml
vendored
2
.github/workflows/test-nats.yml
vendored
@@ -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:
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user