Skip to content

Bump github.com/lib/pq from 1.11.2 to 1.12.0 #36

Bump github.com/lib/pq from 1.11.2 to 1.12.0

Bump github.com/lib/pq from 1.11.2 to 1.12.0 #36

Workflow file for this run

---
name: Go build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.26'
- name: Build
run: |
make dev-dependencies
make
make cover
make release