Skip to content

Bump cloud.google.com/go/secretmanager from 1.11.3 to 1.11.4 in /shortener #142

Bump cloud.google.com/go/secretmanager from 1.11.3 to 1.11.4 in /shortener

Bump cloud.google.com/go/secretmanager from 1.11.3 to 1.11.4 in /shortener #142

Workflow file for this run

name: Quality
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3.0.0
with:
go-version: '1.21'
- uses: golangci/golangci-lint-action@v3
with:
working-directory: shortener
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3.0.0
with:
go-version: '1.21'
- run: go test ./...
working-directory: shortener