Skip to content

build(deps): bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 in /backend #1001

build(deps): bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 in /backend

build(deps): bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 in /backend #1001

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.21
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: 1.21.x
id: go
- name: Check out code
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Build, Lint & Check
run: |
make all ci
working-directory: backend