Skip to content

Bump github.com/mattn/go-sqlite3 from 1.14.17 to 1.14.18 (#36) #147

Bump github.com/mattn/go-sqlite3 from 1.14.17 to 1.14.18 (#36)

Bump github.com/mattn/go-sqlite3 from 1.14.17 to 1.14.18 (#36) #147

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.21
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout 3m --verbose