Skip to content

Bump github.com/jackc/pgx/v5 from 5.7.0 to 5.7.1 #63

Bump github.com/jackc/pgx/v5 from 5.7.0 to 5.7.1

Bump github.com/jackc/pgx/v5 from 5.7.0 to 5.7.1 #63

Workflow file for this run

name: Test
on:
push:
jobs:
test:
name: Go Test
runs-on: ubuntu-latest
steps:
-
name: Check out code
uses: actions/checkout@v4
-
name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
-
name: Go Test
shell: bash
env:
GOFLAGS: -cover -coverprofile=coverage.out
run: |
make test