Skip to content

chore(deps): update module github.com/prometheus/client_golang to v1.23.2 - autoclosed #133

chore(deps): update module github.com/prometheus/client_golang to v1.23.2 - autoclosed

chore(deps): update module github.com/prometheus/client_golang to v1.23.2 - autoclosed #133

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
permissions:
checks: write
contents: read
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
with:
go-version-file: 'go.mod'
- name: Run govulncheck
uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1
- name: Check for spelling errors
uses: reviewdog/action-misspell@9daa94af4357dddb6fd3775de806bc0a8e98d3e4 # v1
with:
exclude: ./vendor/*
fail_on_error: true
github_token: ${{ secrets.GITHUB_TOKEN }}
ignore: importas
reporter: github-check
- name: Run golangci-lint
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6
with:
version: latest
- name: Build
run: |
go test ./... -v
- name: Build
run: |
go build ./...