Skip to content

Bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1 (#448) #328

Bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1 (#448)

Bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1 (#448) #328

Workflow file for this run

name: Release
on:
push:
branches:
- main
tags:
- v*
env:
COSIGN_EXPERIMENTAL: true
jobs:
build-image:
runs-on: ubuntu-latest
permissions:
id-token: write
packages: write
contents: read
steps:
- name: Harden Runner
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: '1.23'
check-latest: true
- name: Install ko
uses: ko-build/setup-ko@d982fec422852203cfb2053a8ec6ad302280d04d # v0.8
- name: Install cosign
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
- name: Log into ghcr.io
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- run: |
make build-sign-images