Skip to content

chore(deps): bump google.golang.org/api from 0.111.0 to 0.125.0 #213

chore(deps): bump google.golang.org/api from 0.111.0 to 0.125.0

chore(deps): bump google.golang.org/api from 0.111.0 to 0.125.0 #213

Workflow file for this run

name: Lint golang code
on:
pull_request:
branches-ignore:
- master
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- name: check out code
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: setup golang
uses: actions/setup-go@v3
with:
go-version: "^1.18"
- name: run linter
uses: golangci/golangci-lint-action@v3