Skip to content

chore(deps): update gcr.io/distroless/static:nonroot docker digest to f7f8f72 #136

chore(deps): update gcr.io/distroless/static:nonroot docker digest to f7f8f72

chore(deps): update gcr.io/distroless/static:nonroot docker digest to f7f8f72 #136

Workflow file for this run

name: "Pre Merge"
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
build:
uses: ./.github/workflows/build.yaml
secrets: inherit
with:
is-development: true
is-latest: false
is-stable: false
generate:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Setup go
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
go-version-file: go.mod
- name: Run code generation
# We run code generation to ensure that the generated code is up to date
run: |
go generate ./... &&
make generate manifests &&
git diff --quiet
lint:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Setup go
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
go-version-file: go.mod
- name: Run linters
uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1
with:
version: v2.5.0
test:
uses: ./.github/workflows/test.yml
secrets: inherit
test-e2e:
uses: ./.github/workflows/test-e2e.yml
secrets: inherit