Skip to content

Moved auth_verify to server, returning 204 or 401 as per nginx standards #103

Moved auth_verify to server, returning 204 or 401 as per nginx standards

Moved auth_verify to server, returning 204 or 401 as per nginx standards #103

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
uses: itzg/github-workflows/.github/workflows/go-test.yml@main
with:
go-version: "1.22.5"