Skip to content

build(deps): bump github.com/riverqueue/river/riverdriver/riverdatabasesql from 0.40.0 to 0.42.0 #2133

build(deps): bump github.com/riverqueue/river/riverdriver/riverdatabasesql from 0.40.0 to 0.42.0

build(deps): bump github.com/riverqueue/river/riverdriver/riverdatabasesql from 0.40.0 to 0.42.0 #2133

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
golangci:
name: lint
# no need to run if dependabot is the author
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v7
with:
go-version: "stable"
- uses: actions/checkout@v7
- name: golangci-lint
uses: golangci/golangci-lint-action@v9.3.0
with:
version: latest
args: --timeout 3m