Skip to content

build(deps): bump github.com/doug-martin/goqu/v9 from 9.18.0 to 9.19.0 #235

build(deps): bump github.com/doug-martin/goqu/v9 from 9.18.0 to 9.19.0

build(deps): bump github.com/doug-martin/goqu/v9 from 9.18.0 to 9.19.0 #235

Workflow file for this run

---
name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
container: quay.io/projectquay/golang:1.20
steps:
- uses: actions/checkout@v4
- run: go test ./...