Skip to content

Bump github.com/mattn/go-sqlite3 from 1.14.19 to 1.14.22 (#42) #124

Bump github.com/mattn/go-sqlite3 from 1.14.19 to 1.14.22 (#42)

Bump github.com/mattn/go-sqlite3 from 1.14.19 to 1.14.22 (#42) #124

Workflow file for this run

name: Go Unit Test
# This workflow will build a golang project and run unit tests
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20.x
- name: Unit Test
run: make unit_test