Skip to content

Bump github.com/go-chi/chi/v5 from 5.0.14 to 5.1.0 (#40) #79

Bump github.com/go-chi/chi/v5 from 5.0.14 to 5.1.0 (#40)

Bump github.com/go-chi/chi/v5 from 5.0.14 to 5.1.0 (#40) #79

Workflow file for this run

name: lint
permissions: {}
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_call:
jobs:
run:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
fail-fast: true
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: false
- name: Lint
uses: golangci/golangci-lint-action@v6.0.1
with:
version: latest
args: --timeout 15m -v
install-mode: "goinstall"