Skip to content

chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.23 to 1.14.24… #227

chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.23 to 1.14.24…

chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.23 to 1.14.24… #227

Workflow file for this run

name: Lint
on:
pull_request:
push:
tags:
- v*
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.22.x
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.56.2