diff --git a/.github/workflows/test-postgres.yml b/.github/workflows/test-postgres.yml index 842276a4..a91a300e 100644 --- a/.github/workflows/test-postgres.yml +++ b/.github/workflows/test-postgres.yml @@ -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 diff --git a/postgres/README.md b/postgres/README.md index 04cbe4ce..23ea62b8 100644 --- a/postgres/README.md +++ b/postgres/README.md @@ -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)