Skip to content

Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.3 #166

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

Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.3 #166

Workflow file for this run

name: Docker
on:
push:
branches: [ "*" ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build
uses: docker/build-push-action@v6
with:
push: false
cache-from: type=gha
cache-to: type=gha,mode=max