Skip to content

build(deps): bump cloud.google.com/go/kms from 1.19.0 to 1.20.2 #383

build(deps): bump cloud.google.com/go/kms from 1.19.0 to 1.20.2

build(deps): bump cloud.google.com/go/kms from 1.19.0 to 1.20.2 #383

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 setup-envtest
- name: Check for vulnerable dependencies and static code
run: |
make check
- name: Test Go
run: |
make test