Skip to content

Bump github.com/prometheus/common from 0.48.0 to 0.53.0 in /example/demo #186

Bump github.com/prometheus/common from 0.48.0 to 0.53.0 in /example/demo

Bump github.com/prometheus/common from 0.48.0 to 0.53.0 in /example/demo #186

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: install Go
uses: actions/setup-go@v5
with:
go-version-file: .go-version
cache: true
- name: Test
run: make test
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: install Go
uses: actions/setup-go@v5
with:
go-version-file: .go-version
cache: true
- name: Lint
uses: golangci/[email protected]
with:
version: v1.51.2