Skip to content

chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.18 to 1.14.19 #403

chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.18 to 1.14.19

chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.18 to 1.14.19 #403

Workflow file for this run

name: golangci-lint
on:
push:
pull_request:
jobs:
golangci:
name: Lint Sourcecode
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
cache: false
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.53
args: --timeout 240s