Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

caddy: bump to caddy 2.8.1 and set directive order #1

caddy: bump to caddy 2.8.1 and set directive order

caddy: bump to caddy 2.8.1 and set directive order #1

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- "**"
name: linter
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.58.1