Skip to content

Bump github.com/jackc/pgx/v5 from 5.7.2 to 5.9.0 #1063

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

Bump github.com/jackc/pgx/v5 from 5.7.2 to 5.9.0 #1063

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/[email protected]
with:
args: --timeout=5m
version: latest