chore(deps): update k8s.io/kube-openapi digest to 9959940 #554
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Wrangler CI | |
on: | |
push: | |
pull_request: | |
tags: | |
- v* | |
branches: | |
- 'release-*' | |
- 'master' | |
jobs: | |
ci: | |
strategy: | |
matrix: | |
arch: | |
- amd64 | |
- arm64 | |
runs-on: org-${{ github.repository_owner_id }}-${{ matrix.arch }}-k8s | |
container: registry.suse.com/bci/golang:1.22 | |
steps: | |
- name : Checkout repository | |
# https://github.com/actions/checkout/releases/tag/v4.1.1 | |
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 | |
- name : Install mockgen | |
run: go install -v -x go.uber.org/mock/[email protected] | |
- name : Run CI | |
run: bash scripts/ci |