Skip to content

Bump github.com/jackc/pgx/v5 from 5.4.3 to 5.5.0 (#35) #23

Bump github.com/jackc/pgx/v5 from 5.4.3 to 5.5.0 (#35)

Bump github.com/jackc/pgx/v5 from 5.4.3 to 5.5.0 (#35) #23

Workflow file for this run

name: Push to main
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: "./go.mod"
- run: go test -race -coverprofile=coverage.out -covermode=atomic
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}