Skip to content

fix(deps): update module cloud.google.com/go/secretmanager to v1.11.5 #779

fix(deps): update module cloud.google.com/go/secretmanager to v1.11.5

fix(deps): update module cloud.google.com/go/secretmanager to v1.11.5 #779

Workflow file for this run

name: test
on:
pull_request:
paths:
- '**.go'
- 'go.*'
- .github/workflows/test.yml
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: setup go
uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
cache: true
- run: |
make test
cat cover.out >> coverage.txt
- name: codecov
uses: codecov/codecov-action@v3