Skip to content

build(deps): bump github.com/jackc/pgx/v5 from 5.6.0 to 5.7.1 #98

build(deps): bump github.com/jackc/pgx/v5 from 5.6.0 to 5.7.1

build(deps): bump github.com/jackc/pgx/v5 from 5.6.0 to 5.7.1 #98

name: Build & Test
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...