Skip to content

Chore: Update ghcr.io/renovatebot/renovate Docker tag to v39.26.1 #51

Chore: Update ghcr.io/renovatebot/renovate Docker tag to v39.26.1

Chore: Update ghcr.io/renovatebot/renovate Docker tag to v39.26.1 #51

Workflow file for this run

name: Lint
on:
pull_request: {}
jobs:
golangci:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
only-new-issues: true
args: --timeout=5m # 1m is not enough, experimentally.