Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0 #4

Bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0

Bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0 #4

Workflow file for this run

name: Lint
on:
pull_request:
workflow_call: {}
workflow_dispatch: {}
jobs:
lint:
name: Run Linter
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.21.x
- name: Checkout code
uses: actions/checkout@v3
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout 10m --verbose