Skip to content

Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.5 in /agent #123

Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.5 in /agent

Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.5 in /agent #123

Workflow file for this run

# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
name: Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.22'
- name: Build
run: |
cd agent
make