Skip to content

Bump google.golang.org/api from 0.269.0 to 0.271.0 #672

Bump google.golang.org/api from 0.269.0 to 0.271.0

Bump google.golang.org/api from 0.269.0 to 0.271.0 #672

Workflow file for this run

name: Validate
on:
pull_request:
jobs:
validate:
name: Validate
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Run linter
uses: golangci/golangci-lint-action@v9
- name: Run tests
run: go run github.com/onsi/ginkgo/v2/ginkgo -r --race --randomize-suites --randomize-all --keep-going --github-output