Skip to content

[v2.9] Revert ":seedling: Bump google.golang.org/api from 0.153.0 to 0.155.0" #315

[v2.9] Revert ":seedling: Bump google.golang.org/api from 0.153.0 to 0.155.0"

[v2.9] Revert ":seedling: Bump google.golang.org/api from 0.153.0 to 0.155.0" #315

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
tags:
- 'v*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.20.x
- name: Analysis
uses: golangci/golangci-lint-action@v3
with:
args: -v