chore: Update Go version to 1.20+ in test-postgres workflow and README.md file

This commit is contained in:
Jason McNeil
2024-06-03 15:53:15 -03:00
parent 9a0102b257
commit b35dab26c8
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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)