Skip to content

build(deps): bump github.com/labstack/echo/v4 from 4.12.0 to 4.13.3 (… #3483

build(deps): bump github.com/labstack/echo/v4 from 4.12.0 to 4.13.3 (…

build(deps): bump github.com/labstack/echo/v4 from 4.12.0 to 4.13.3 (… #3483

Workflow file for this run

---
name: Lint
on:
push:
branches:
- master
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
strategy:
matrix:
go: ["oldstable", "stable"]
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Install linter
run: go install honnef.co/go/tools/cmd/staticcheck
- name: Lint
run: staticcheck ./...