Skip to content

chore(deps): bump github.com/prometheus/common from 0.60.1 to 0.61.0 #104

chore(deps): bump github.com/prometheus/common from 0.60.1 to 0.61.0

chore(deps): bump github.com/prometheus/common from 0.60.1 to 0.61.0 #104

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest