Skip to content

build(deps): bump github.com/jackc/pgx/v5 from 5.5.4 to 5.6.0 #557

build(deps): bump github.com/jackc/pgx/v5 from 5.5.4 to 5.6.0

build(deps): bump github.com/jackc/pgx/v5 from 5.5.4 to 5.6.0 #557

Workflow file for this run

name: Lint
on: [ push, pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- run: go mod download
- run: .github/workflows/check-fmt
- run: .github/workflows/check-generate