Skip to content

build(deps): bump cloud.google.com/go/secretmanager from 1.11.5 to 1.11.6 #270

build(deps): bump cloud.google.com/go/secretmanager from 1.11.5 to 1.11.6

build(deps): bump cloud.google.com/go/secretmanager from 1.11.5 to 1.11.6 #270

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@9bb56186c3b09b4f86b1c65136769dd318469633 # ratchet:actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # ratchet:actions/setup-go@v5
with:
go-version: '1.22'
check-latest: true
- uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # ratchet:actions/cache@v4
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Setup Test
run: |
make kubebuilder
- name: Test Go
run: |
make test