Skip to content

Bump github.com/labstack/echo/v4 from 4.12.0 to 4.13.3 #27

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

Bump github.com/labstack/echo/v4 from 4.12.0 to 4.13.3 #27

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
- master
pull_request:
branches: ["*"]
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.58