Skip to content

Bump github.com/labstack/echo/v4 from 4.11.3 to 4.11.4 #16

Bump github.com/labstack/echo/v4 from 4.11.3 to 4.11.4

Bump github.com/labstack/echo/v4 from 4.11.3 to 4.11.4 #16

Workflow file for this run

name: Build
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Build
run: go build -v ./...