Skip to content

Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.1 #63

Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.1

Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.1 #63

Workflow file for this run

name: Lint
on:
push:
branches:
- "*"
tags-ignore:
- base/*
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Checkout code
uses: actions/checkout@v4
- name: Run linter
uses: golangci/golangci-lint-action@v3
with:
version: latest
skip-cache: true