Skip to content

Bump github.com/labstack/echo/v4 from 4.11.3 to 4.11.4 (#78) #152

Bump github.com/labstack/echo/v4 from 4.11.3 to 4.11.4 (#78)

Bump github.com/labstack/echo/v4 from 4.11.3 to 4.11.4 (#78) #152

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- main
pull_request:
branches:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up latest Go version
uses: actions/setup-go@v4
with:
go-version: 'stable'
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...