mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 08:37:10 +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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version:
|
go-version:
|
||||||
- 1.19.x
|
|
||||||
- 1.20.x
|
- 1.20.x
|
||||||
- 1.21.x
|
- 1.21.x
|
||||||
|
- 1.22.x
|
||||||
steps:
|
steps:
|
||||||
- name: Fetch Repository
|
- name: Fetch Repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@@ -11,7 +11,7 @@ title: Postgres
|
|||||||
|
|
||||||
A Postgres storage driver using [jackc/pgx](https://github.com/jackc/pgx).
|
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
|
### Table of Contents
|
||||||
- [Signatures](#signatures)
|
- [Signatures](#signatures)
|
||||||
|
Reference in New Issue
Block a user