Skip to content

Bump github.com/labstack/echo/v4 from 4.12.0 to 4.13.0 #202

Bump github.com/labstack/echo/v4 from 4.12.0 to 4.13.0

Bump github.com/labstack/echo/v4 from 4.12.0 to 4.13.0 #202

Workflow file for this run

---
name: CI
on: [push]
jobs:
test:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Get dependencies
run: make deps
- name: Run tests
run: make test