Skip to content

Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.2 (#1507) #1970

Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.2 (#1507)

Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.2 (#1507) #1970

Workflow file for this run

on: push
name: Build and test
jobs:
buildDockerImage:
name: Build docker image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build docker image
run: docker build -t yace --build-arg VERSION=${{github.event.release.tag_name}} .