Skip to content

Bump github.com/jackc/pgx/v5 from 5.4.2 to 5.5.4 #172

Bump github.com/jackc/pgx/v5 from 5.4.2 to 5.5.4

Bump github.com/jackc/pgx/v5 from 5.4.2 to 5.5.4 #172

Workflow file for this run

name: CI
on: push
env:
DOCKER_HOST: unix:///var/run/docker.sock
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.20.4'
- run: go version
- run: yarn
- run: yarn lint
- run: yarn cucumber