Skip to content

build(deps): bump github.com/labstack/echo/v4 from 4.12.0 to 4.13.2 in /backend #1092

build(deps): bump github.com/labstack/echo/v4 from 4.12.0 to 4.13.2 in /backend

build(deps): bump github.com/labstack/echo/v4 from 4.12.0 to 4.13.2 in /backend #1092

Workflow file for this run

name: Build Backend
on:
pull_request:
paths:
- 'backend/cmd/**'
- 'backend/pkg/**'
- 'backend/tools/**'
- 'backend/test/**'
- 'backend/go.mod'
- 'backend/go.sum'
- 'updaters/**'
- '.github/**'
- Makefile
jobs:
build:
name: Lint & Build
runs-on: ubuntu-22.04
steps:
- name: Set up Go 1.22
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version: 1.22.x
id: go
- name: Check out code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Build, Lint & Check
run: |
make all ci
working-directory: backend