Skip to content

deps(go): bump github.com/caddyserver/certmagic from 0.21.4 to 0.21.5 #492

deps(go): bump github.com/caddyserver/certmagic from 0.21.4 to 0.21.5

deps(go): bump github.com/caddyserver/certmagic from 0.21.4 to 0.21.5 #492

Workflow file for this run

name: lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: stable
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --max-same-issues=0 --max-issues-per-linter=0 --timeout=5m