Skip to content

chore(deps): bump github.com/jackc/pgx/v5 from 5.5.1 to 5.5.4 #16

chore(deps): bump github.com/jackc/pgx/v5 from 5.5.1 to 5.5.4

chore(deps): bump github.com/jackc/pgx/v5 from 5.5.1 to 5.5.4 #16

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.x
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout 5m0s --verbose