Skip to content

chore(deps): bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0 #21

chore(deps): bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0

chore(deps): bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0 #21

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
jobs:
golang:
name: Golang
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.21.4'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.54
container:
name: Dockerfile
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: hadolint/[email protected]
with:
dockerfile: Dockerfile