Skip to content

Bump google.golang.org/api from 0.130.0 to 0.134.0 (#926) #35

Bump google.golang.org/api from 0.130.0 to 0.134.0 (#926)

Bump google.golang.org/api from 0.130.0 to 0.134.0 (#926) #35

Workflow file for this run

name: Release Tagged
on:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+*"
defaults:
run:
working-directory: go/src/github.com/stackrox/infra
jobs:
lint:
uses: ./.github/workflows/lint.yaml
build-and-push:
uses: ./.github/workflows/build-and-push.yaml
secrets: inherit