Skip to content

fix(pipeline): make drain boundary exact (#2151) #803

fix(pipeline): make drain boundary exact (#2151)

fix(pipeline): make drain boundary exact (#2151) #803

Workflow file for this run

name: build-examples
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
build-examples:
name: build-examples
strategy:
matrix:
go-version: [1.25.x, 1.26.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 https://github.com/actions/checkout/releases/tag/v7.0.1
with:
submodules: true
persist-credentials: false
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 https://github.com/actions/setup-go/releases/tag/v7.0.0
with:
go-version: ${{ matrix.go-version }}
cache: false
- name: build-examples
run: make build