Skip to content

Bump github.com/jackc/pgx/v4 from 4.13.0 to 4.18.1 #54

Bump github.com/jackc/pgx/v4 from 4.13.0 to 4.18.1

Bump github.com/jackc/pgx/v4 from 4.13.0 to 4.18.1 #54

Workflow file for this run

name: Tests
"on":
pull_request: {}
push:
branches:
- main
jobs:
unit:
name: Unit Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Run Tests
run: go run github.com/kyoh86/richgo test -v ./... -coverprofile cover.out
env:
RICHGO_FORCE_COLOR: "1"
- uses: codecov/codecov-action@v3