Skip to content

build(deps): bump github.com/jackc/pgx/v4 from 4.18.1 to 4.18.2 #604

build(deps): bump github.com/jackc/pgx/v4 from 4.18.1 to 4.18.2

build(deps): bump github.com/jackc/pgx/v4 from 4.18.1 to 4.18.2 #604

Workflow file for this run

name: test
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54
- name: Test
run: go test -coverprofile coverage.out -covermode atomic ./...