Skip to content

chore(deps): bump google.golang.org/api from 0.226.0 to 0.227.0 #130

chore(deps): bump google.golang.org/api from 0.226.0 to 0.227.0

chore(deps): bump google.golang.org/api from 0.226.0 to 0.227.0 #130

Workflow file for this run

name: CI
on:
workflow_call:
workflow_dispatch:
push:
branches:
- "**"
tags:
- "v*.*.*"
paths-ignore:
- "**/*.md"
- "**/*.yaml"
pull_request:
branches:
- "**"
paths-ignore:
- "**/*.md"
- "**/*.yaml"
jobs:
golangci-lint:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Golang with cache
uses: magnetikonline/action-golang-cache@v5
with:
go-version: "1.23"
- name: Run Linter
uses: golangci/golangci-lint-action@v6
with:
version: v1.64.6
args: "--out-format colored-line-number --max-issues-per-linter 0 --max-same-issues 0"