Skip to content

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

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

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

Workflow file for this run

name: tests
on:
push:
branches:
- master
pull_request:
jobs:
unit-tests:
name: Run unit tests
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: '1.21'
check-latest: true
cache: true
- name: Run Go tests
run: make test