Skip to content

Release v0.12.0

Release v0.12.0 #395

Workflow file for this run

name: CI
on:
push:
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
go_version: ["1.21", "1.22"]
container:
image: quay.io/prometheus/golang-builder:${{ matrix.go_version }}-base
env:
# Override Go 1.18 security deprecations.
GODEBUG: "x509sha1=1,tls10default=1"
steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: prometheus/[email protected]
- uses: ./.github/promci/actions/setup_environment
- run: make test