Skip to content

Bump google.golang.org/grpc from 1.79.2 to 1.79.3 #1088

Bump google.golang.org/grpc from 1.79.2 to 1.79.3

Bump google.golang.org/grpc from 1.79.2 to 1.79.3 #1088

Workflow file for this run

name: Test
on: [push, pull_request]
env:
REGISTRY: ghcr.io
IMAGE_NAME: sigs.k8s.io/cloud-provider-kind
permissions: write-all
jobs:
test:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version: stable
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- run: make test
- run: make lint