Skip to content

build(deps): bump github.com/onsi/gomega from 1.41.0 to 1.42.0 #69

build(deps): bump github.com/onsi/gomega from 1.41.0 to 1.42.0

build(deps): bump github.com/onsi/gomega from 1.41.0 to 1.42.0 #69

name: Validation with public runner
on:
push:
branches:
- 'main'
- 'release-*'
pull_request:
branches:
- 'main'
workflow_dispatch:
permissions: {}
jobs:
validate:
permissions:
pull-requests: read # for golangci/golangci-lint-action to fetch pull requests
contents: read
uses: "./.github/workflows/validate-common.yaml"
with:
runner: ubuntu-24.04