Skip to content

🌱 Bump rancher/ecm-distro-tools from 0.70.0 to 0.74.2 #1917

🌱 Bump rancher/ecm-distro-tools from 0.70.0 to 0.74.2

🌱 Bump rancher/ecm-distro-tools from 0.70.0 to 0.74.2 #1917

Workflow file for this run

name: Go API Diff
on:
pull_request:
jobs:
go-apidiff:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
with:
fetch-depth: 0
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
with:
go-version: 1.26.x
- name: Generate API diff
run: make apidiff