Skip to content

Bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 #30

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

Bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 #30

Workflow file for this run

name: Lint Go Code
on:
pull_request:
push:
branches:
- master
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: Check Out Repository
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Lint
uses: golangci/[email protected]
with:
version: v1.54.2