Skip to content

build(deps): bump cloud.google.com/go/kms from 1.19.1 to 1.20.0 #357

build(deps): bump cloud.google.com/go/kms from 1.19.1 to 1.20.0

build(deps): bump cloud.google.com/go/kms from 1.19.1 to 1.20.0 #357

Workflow file for this run

name: Build and test PR
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout latest code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # ratchet:actions/setup-go@v5
with:
go-version: '1.23'
check-latest: true
- name: Setup Test
run: |
make kubebuilder
- name: Test Go
run: |
make test