Skip to content

馃 Update module github.com/onsi/ginkgo/v2 to v2.19.0 #302

馃 Update module github.com/onsi/ginkgo/v2 to v2.19.0

馃 Update module github.com/onsi/ginkgo/v2 to v2.19.0 #302

Workflow file for this run

name: verify
on:
pull_request:
push:
tags:
- "v*"
branches:
- main
paths-ignore:
- "**.md"
jobs:
verify:
runs-on: ubuntu-latest
# update-codegen requires the workspace to be placed in GOPATH.
# Set up env var, working directory, and check out at the correct path in GOPATH.
env:
GOPATH: /home/runner/work/gardener-extension-shoot-flux/gardener-extension-shoot-flux/go
defaults:
run:
working-directory: go/src/github.com/stackitcloud/gardener-extension-shoot-flux
steps:
- uses: actions/checkout@v4
with:
path: go/src/github.com/stackitcloud/gardener-extension-shoot-flux
- uses: actions/setup-go@v5
with:
go-version-file: go/src/github.com/stackitcloud/gardener-extension-shoot-flux/go.mod
cache-dependency-path: go/src/github.com/stackitcloud/gardener-extension-shoot-flux/go.sum
- name: Configure git
run: |
git config --global user.email "ci@gardener.cloud"
git config --global user.name "ci"
- run: make init
- run: make verify-extended