Skip to content

fix(deps): update module github.com/go-chi/chi/v5 to v5.2.0 #676

fix(deps): update module github.com/go-chi/chi/v5 to v5.2.0

fix(deps): update module github.com/go-chi/chi/v5 to v5.2.0 #676

Workflow file for this run

name: Go Static Analysis
on:
push:
branches:
- 1.x
- 2.x
pull_request:
branches:
- 1.x
- 2.x
jobs:
golangci:
name: nilaway
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install nilaway
run: go install go.uber.org/nilaway/cmd/nilaway@latest
- name: nilaway
run: ~/go/bin/nilaway ./...
continue-on-error: true