Skip to content

Bump github.com/go-chi/chi/v5 from 5.0.8 to 5.0.10 #177

Bump github.com/go-chi/chi/v5 from 5.0.8 to 5.0.10

Bump github.com/go-chi/chi/v5 from 5.0.8 to 5.0.10 #177

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.19.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Gofmt
run: go fmt ./...
- name: Test
run: go test -v ./tests