Skip to content

chore(deps): bump github.com/go-chi/chi/v5 from 5.0.10 to 5.0.12 #7

chore(deps): bump github.com/go-chi/chi/v5 from 5.0.10 to 5.0.12

chore(deps): bump github.com/go-chi/chi/v5 from 5.0.10 to 5.0.12 #7

Workflow file for this run

name: linter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.16.4
- name: Checkout codebase
uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/[email protected]
with:
version: latest