diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 7eac0c9..ae635c4 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -23,7 +23,7 @@ jobs: run: docker-compose up -d - name: Lint - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v5 with: version: v1.45.2 diff --git a/go.mod b/go.mod index 736cf1e..d38cd09 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220826213629-cd8f367ca010 github.com/jackc/pgconn v1.14.3 github.com/jackc/pgtype v1.14.3 - github.com/jackc/pgx/v4 v4.18.3 + github.com/jackc/pgx/v4 v4.18.2 github.com/jackc/pgx/v5 v5.5.5 github.com/stretchr/testify v1.9.0 )