Skip to content

Bump github.com/jackc/pgx/v5 from 5.7.1 to 5.7.2 #969

Bump github.com/jackc/pgx/v5 from 5.7.1 to 5.7.2

Bump github.com/jackc/pgx/v5 from 5.7.1 to 5.7.2 #969

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.22.x"
- run: "go install honnef.co/go/tools/cmd/[email protected]"
- run: "staticcheck ./..."