Skip to content

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

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

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

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.21.1
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...