Skip to content

Update module github.com/jackc/pgx/v5 to v5.5.4 #767

Update module github.com/jackc/pgx/v5 to v5.5.4

Update module github.com/jackc/pgx/v5 to v5.5.4 #767

Workflow file for this run

name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '^1.20'
- name: Build and test using make file
run: make build