Skip to content

fix(deps): update module github.com/onsi/ginkgo/v2 to v2.23.4 (#176) #242

fix(deps): update module github.com/onsi/ginkgo/v2 to v2.23.4 (#176)

fix(deps): update module github.com/onsi/ginkgo/v2 to v2.23.4 (#176) #242

Workflow file for this run

name: Release (Dev)
on:
workflow_dispatch: {}
push:
branches:
- main
paths:
- cmd/**
- internal/**
- pkg/**
- go.mod
- go.sum
- main.go
jobs:
Test:
uses: ./.github/workflows/test.yaml
permissions:
contents: read
Build:
uses: ./.github/workflows/build.yaml
permissions:
contents: write
packages: write
attestations: write
id-token: write
secrets: inherit
needs:
- Test
with:
snapshot: true