Skip to content

Bump github.com/prometheus/client_golang in /server #658

Bump github.com/prometheus/client_golang in /server

Bump github.com/prometheus/client_golang in /server #658

Workflow file for this run

name: Go lint
on:
push:
paths:
- server/**
workflow_dispatch:
jobs:
lint:
name: lint
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
with:
submodules: "true"
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
id: go
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
working-directory: server
args: --config=.golangci.yml