Skip to content

feat(router): embed http.ServeMux as a private field to provide defau… #16

feat(router): embed http.ServeMux as a private field to provide defau…

feat(router): embed http.ServeMux as a private field to provide defau… #16

name: GolangCI Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
pull-requests: read
jobs:
golangci-lint:
name: GolangCI Lint
runs-on: ubuntu-22.04
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21.5"
cache: false
- name: Checkout
uses: actions/checkout@v4
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54