Skip to content

chore(deps): Bump google.golang.org/grpc from 1.63.2 to 1.67.1 #6

chore(deps): Bump google.golang.org/grpc from 1.63.2 to 1.67.1

chore(deps): Bump google.golang.org/grpc from 1.63.2 to 1.67.1 #6

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: KO publish
permissions: {}
on:
push:
branches:
- main
jobs:
ko-publish:
permissions:
contents: write
id-token: write
packages: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Go
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Run ko
run: |
set -e
KO_REGISTRY=ghcr.io/kyverno/kyverno-envoy-plugin make publish-ko