Skip to content

chore(deps): bump github.com/jackc/pgx/v5 from 5.7.5 to 5.7.6 #56

chore(deps): bump github.com/jackc/pgx/v5 from 5.7.5 to 5.7.6

chore(deps): bump github.com/jackc/pgx/v5 from 5.7.5 to 5.7.6 #56

Workflow file for this run

name: PR Preview & CI
on:
pull_request:
types:
- opened
- reopened
- synchronize
- closed
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
permissions:
contents: read
pull-requests: write
jobs:
lint_and_test:
name: Lint and Test
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.24.2"
- name: Set up golangci-lint
uses: golangci/golangci-lint-action@v8
- name: Run Tests with Build
run: make bootstrap-tests