Skip to content

build(deps): bump cloud.google.com/go/secretmanager from 1.14.0 to 1.14.1 #352

build(deps): bump cloud.google.com/go/secretmanager from 1.14.0 to 1.14.1

build(deps): bump cloud.google.com/go/secretmanager from 1.14.0 to 1.14.1 #352

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