Skip to content

build(deps): bump google.golang.org/api from 0.224.0 to 0.251.0 #300

build(deps): bump google.golang.org/api from 0.224.0 to 0.251.0

build(deps): bump google.golang.org/api from 0.224.0 to 0.251.0 #300

Workflow file for this run

name: Go Tidy
on: [push]
jobs:
build:
name: Go mod tidy check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: katexochen/go-tidy-check@v2
with:
# (Optional) The path to the root of each modules, space separated. Default is the current directory.
modules: .
submodules: "true"