Skip to content

Bump github.com/go-chi/chi/v5 from 5.0.12 to 5.0.14 #82

Bump github.com/go-chi/chi/v5 from 5.0.12 to 5.0.14

Bump github.com/go-chi/chi/v5 from 5.0.12 to 5.0.14 #82

Workflow file for this run

name: go
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Test
run: go test -v ./...