Skip to content

Bump github.com/jackc/pgx/v5 from 5.3.1 to 5.4.0 in /postgres #3024

Bump github.com/jackc/pgx/v5 from 5.3.1 to 5.4.0 in /postgres

Bump github.com/jackc/pgx/v5 from 5.3.1 to 5.4.0 in /postgres #3024

Workflow file for this run

on:
push:
branches:
- master
- main
pull_request:
name: Linter
jobs:
Golint:
runs-on: ubuntu-latest
steps:
- name: Fetch Repository
uses: actions/checkout@v3
- name: Run Golint
uses: reviewdog/action-golangci-lint@v2
with:
golangci_lint_flags: "--tests=false"