Skip to content

build(deps): bump github.com/prometheus/client_golang from 1.14.0 to 1.17.0 in /backend #889

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

build(deps): bump github.com/prometheus/client_golang from 1.14.0 to 1.17.0 in /backend #889

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