Skip to content

fix(deps): update module github.com/jackc/pgx/v4 to v5 #126

fix(deps): update module github.com/jackc/pgx/v4 to v5

fix(deps): update module github.com/jackc/pgx/v4 to v5 #126

Workflow file for this run

name: CI
on:
pull_request:
types:
- opened
- synchronize
workflow_dispatch:
jobs:
test:
name: Test
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.18
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...