Skip to content

chore(deps): bump github.com/prometheus/prometheus from 0.52.2-0.20240614130246-4c1e71fa0b3d to 0.302.0-rc.1 #37

chore(deps): bump github.com/prometheus/prometheus from 0.52.2-0.20240614130246-4c1e71fa0b3d to 0.302.0-rc.1

chore(deps): bump github.com/prometheus/prometheus from 0.52.2-0.20240614130246-4c1e71fa0b3d to 0.302.0-rc.1 #37

Workflow file for this run

name: Test and lint
on:
pull_request:
branches: [ main ]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Test
run: make test
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest