Skip to content

chore: bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 #189

chore: bump golangci/golangci-lint-action from 9.2.0 to 9.2.1

chore: bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 #189

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Set up Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
with:
go-version: "1.26"
- name: Install SQLite dev headers
run: sudo apt-get install -y libsqlite3-dev
- name: Run golangci-lint
uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1
with:
version: latest
args: --timeout=5m