Skip to content

fix(deps): update module github.com/onsi/ginkgo/v2 to v2.22.1 (#383) #1124

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

fix(deps): update module github.com/onsi/ginkgo/v2 to v2.22.1 (#383) #1124

Workflow file for this run

name: go
on:
pull_request:
paths:
- .github/workflows/go.yaml
- Makefile
- '**.go'
- go.*
push:
branches:
- main
paths:
- .github/workflows/go.yaml
- Makefile
- '**.go'
- go.*
jobs:
generate:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- run: go mod tidy
- run: make fmt
- run: make generate manifests
- uses: int128/update-generated-files-action@7eb71af1ae8e30d970ea5512d23fd2f4b0eae44c # v2.56.0
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- run: make test
- run: make lint