Skip to content

Bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.32 #793

Bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.32

Bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.32 #793

Workflow file for this run

name: Webhook Broker CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.23.0'
- name: Create dist
run: mkdir ./dist/
- name: Run Test & Build
run: make os-deps dep-tools deps build ci-test
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
name: dist-app
path: dist/webhook-broker-*.tar.bz2