Skip to content

fix(deps): update module github.com/prometheus/client_golang to v1.21… #11

fix(deps): update module github.com/prometheus/client_golang to v1.21…

fix(deps): update module github.com/prometheus/client_golang to v1.21… #11

Workflow file for this run

name: Lint (with golangci-lint)
on:
pull_request:
branches:
- main
push:
branches:
- "*"
tags:
- "*"
jobs:
lint:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: stable
cache: false
- name: Lint
uses: golangci/golangci-lint-action@v6
with:
version: latest