Skip to content

Bump github.com/labstack/echo/v4 from 4.10.0 to 4.12.0 #81

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

Bump github.com/labstack/echo/v4 from 4.10.0 to 4.12.0 #81

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.48.0
args: --timeout=3m