Skip to content

Bump github.com/jackc/pgx/v5 from 5.7.2 to 5.9.2 #1065

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

Bump github.com/jackc/pgx/v5 from 5.7.2 to 5.9.2 #1065

Workflow file for this run

name: Lint - Go
on:
push:
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: golangci-lint
uses: golangci/golangci-lint-action@v6.5.0
with:
args: --timeout=5m
version: latest