Skip to content

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

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 #176

Workflow file for this run

name: Build and test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '^1.21.1'
- name: Build
run: go build -v ./cmd/gobble
- name: Test
run: go test -v ./...