Skip to content

adapt to new prometheus/common interface (#75) #61

adapt to new prometheus/common interface (#75)

adapt to new prometheus/common interface (#75) #61

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
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: go build -o load-watcher main.go
- name: Test
run: go test ./...