mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 00:33:03 +08:00
chore: Update Go version to 1.20+ in test-postgres workflow and README.md file
This commit is contained in:
2
.github/workflows/test-postgres.yml
vendored
2
.github/workflows/test-postgres.yml
vendored
@@ -27,9 +27,9 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version:
|
||||
- 1.19.x
|
||||
- 1.20.x
|
||||
- 1.21.x
|
||||
- 1.22.x
|
||||
steps:
|
||||
- name: Fetch Repository
|
||||
uses: actions/checkout@v4
|
||||
|
@@ -11,7 +11,7 @@ title: Postgres
|
||||
|
||||
A Postgres storage driver using [jackc/pgx](https://github.com/jackc/pgx).
|
||||
|
||||
**Note: Requires Go 1.19 and above**
|
||||
**Note: Requires Go 1.20 and above**
|
||||
|
||||
### Table of Contents
|
||||
- [Signatures](#signatures)
|
||||
|
Reference in New Issue
Block a user