Skip to content

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

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 #789

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
name: Go test
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: "stable"
- run: |
go clean -modcache
make test
build:
runs-on: ubuntu-latest
name: Go build
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: "stable"
- run: |
go clean -modcache
make build
file bin/manager