Skip to content

Bump github.com/jackc/pgx/v5 from 5.3.1 to 5.5.4 #67

Bump github.com/jackc/pgx/v5 from 5.3.1 to 5.5.4

Bump github.com/jackc/pgx/v5 from 5.3.1 to 5.5.4 #67

Workflow file for this run

name: GoLint
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions: read-all
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Run golangci-lint
uses: golangci/[email protected]