Skip to content

Bump k8s.io/cloud-provider from 0.30.2 to 0.30.3 #63

Bump k8s.io/cloud-provider from 0.30.2 to 0.30.3

Bump k8s.io/cloud-provider from 0.30.2 to 0.30.3 #63

Workflow file for this run

name: "Test Pull Requests"
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Test
uses: robherley/go-test-action@v0.1.0