Skip to content

chore(deps): bump github.com/prometheus/common from 0.50.0 to 0.51.0 #29

chore(deps): bump github.com/prometheus/common from 0.50.0 to 0.51.0

chore(deps): bump github.com/prometheus/common from 0.50.0 to 0.51.0 #29

Workflow file for this run

# SPDX-FileCopyrightText: The matrix-alertmanager-receiver Authors
# SPDX-License-Identifier: GPL-3.0-or-later
name: Verify Commits
on:
pull_request:
branches: [ main ]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- id: checkout
name: Checkout
uses: actions/checkout@v4
- id: setup_go
name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- id: lint
name: Lint Go Code
uses: golangci/golangci-lint-action@v3
with:
version: latest
- id: tests
name: Run Tests
run: go test -v -cover ./...