Skip to content

Relax ThenFunc signature to allow any HandlerFunc #3

Relax ThenFunc signature to allow any HandlerFunc

Relax ThenFunc signature to allow any HandlerFunc #3

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
strategy:
matrix:
go:
- stable
- oldstable
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Setup Go ${{ matrix.go }}
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3