Skip to content

build(deps): bump google.golang.org/api from 0.187.0 to 0.188.0 #3440

build(deps): bump google.golang.org/api from 0.187.0 to 0.188.0

build(deps): bump google.golang.org/api from 0.187.0 to 0.188.0 #3440

Workflow file for this run

name: Go Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
with:
egress-policy: audit
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version-file: './go.mod'
check-latest: true
- name: Install bubblewrap
run: |
sudo apt-get update -y
sudo apt-get install -y bubblewrap
- uses: chainguard-dev/actions/goimports@main
- name: Test
run: make test