Skip to content

Bump cloud.google.com/go/secretmanager from 1.11.1 to 1.11.2 #584

Bump cloud.google.com/go/secretmanager from 1.11.1 to 1.11.2

Bump cloud.google.com/go/secretmanager from 1.11.1 to 1.11.2 #584

Workflow file for this run

name: Build
on:
- push
- pull_request
jobs:
test-build:
name: Test & Build
runs-on: ubuntu-latest
steps:
- name: setup
uses: actions/setup-go@v2
with:
go-version: '1.17.5'
- name: checkout
uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
- name: testing
run: make test