Skip to content

Bump github.com/jackc/pgx/v5 from 5.3.0 to 5.5.4 #29

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

Bump github.com/jackc/pgx/v5 from 5.3.0 to 5.5.4 #29

Workflow file for this run

# This performs linting on the Reflow project
name: Lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Go environment
uses: actions/[email protected]
with:
go-version: 1.17.1
stable: true
token: ${{ github.token }}
- name: Run golangci-lint
uses: golangci/[email protected]