Skip to content

build(deps): bump cloud.google.com/go/kms from 1.15.6 to 1.15.7 #259

build(deps): bump cloud.google.com/go/kms from 1.15.6 to 1.15.7

build(deps): bump cloud.google.com/go/kms from 1.15.6 to 1.15.7 #259

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@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # ratchet:actions/setup-go@v5
with:
go-version: '1.21'
check-latest: true
- uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # 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