Skip to content

Bump actions/checkout from 2 to 4 (#247) #402

Bump actions/checkout from 2 to 4 (#247)

Bump actions/checkout from 2 to 4 (#247) #402

Workflow file for this run

name: CI
on:
push:
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
go_version:
- "1.22"
- "1.23"
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: prometheus/promci@45166329da36d74895901808f1c8c97efafc7f84 # v0.3.0
- uses: ./.github/promci/actions/setup_environment
- run: make test