Skip to content

Container polling speedup, move Promtail to CLI, Delve debugger entry… #166

Container polling speedup, move Promtail to CLI, Delve debugger entry…

Container polling speedup, move Promtail to CLI, Delve debugger entry… #166

name: Main branch breaking changes check
on:
push:
branches:
- main
jobs:
breaking-changes:
name: Check "main" for breaking changes before release
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-tags: true
- name: Set up Go 1.22.6
uses: actions/setup-go@v5
with:
go-version: '1.22.6'
- name: Install gorelease tool
run: |
go install golang.org/x/exp/cmd/gorelease@latest
- name: Run Breaking Changes Script
run: |
go run ./tools/breakingchanges/cmd/main.go --ignore tools