Skip to content

build(deps): bump google.golang.org/api from 0.172.0 to 0.182.0 #54

build(deps): bump google.golang.org/api from 0.172.0 to 0.182.0

build(deps): bump google.golang.org/api from 0.172.0 to 0.182.0 #54

Workflow file for this run

name: golangci-lint
on:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go Version
run: echo "GO_VERSION=$(cat .go-version)" >> $GITHUB_ENV
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.55.2