Skip to content

Bump go.yaml.in/yaml/v2 from 2.4.2 to 2.4.3 #553

Bump go.yaml.in/yaml/v2 from 2.4.2 to 2.4.3

Bump go.yaml.in/yaml/v2 from 2.4.2 to 2.4.3 #553

Workflow file for this run

name: CI
on:
push:
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
go_version:
- "1.23"
- "1.24"
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: prometheus/promci@443c7fc2397e946bc9f5029e313a9c3441b9b86d # v0.4.7
- uses: ./.github/promci/actions/setup_environment
- run: make test