Skip to content

chore(deps): bump golangci/golangci-lint-action from 8 to 9 (#268) #158

chore(deps): bump golangci/golangci-lint-action from 8 to 9 (#268)

chore(deps): bump golangci/golangci-lint-action from 8 to 9 (#268) #158

Workflow file for this run

on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
tests-sqlite:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version: 1.24.x
- run: go test -race ./...
env:
DATABASE_DSN: "file:/tmp/test.db"