Skip to content

fix missing dependency in go.sum #128

fix missing dependency in go.sum

fix missing dependency in go.sum #128

Workflow file for this run

name: "CI"
on: ["push", "pull_request"]
jobs:
ci:
name: "Run CI"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-go@v5
with:
go-version: "1.23"
cache: true
- name: download assets
run: make download
- name: build collector
run: make collector
- uses: dominikh/staticcheck-action@v1.3.1
with:
version: "latest"
install-go: false