Skip to content

Bump github.com/go-chi/chi/v5 from 5.0.10 to 5.0.11 (#85) #137

Bump github.com/go-chi/chi/v5 from 5.0.10 to 5.0.11 (#85)

Bump github.com/go-chi/chi/v5 from 5.0.10 to 5.0.11 (#85) #137

name: Testing push
on:
push:
jobs:
test-app:
name: Test Application
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.3
- name: Test application
run: go test ./...