Skip to content

build(deps): bump golang.org/x/oauth2 from 0.34.0 to 0.35.0 (#978) #1934

build(deps): bump golang.org/x/oauth2 from 0.34.0 to 0.35.0 (#978)

build(deps): bump golang.org/x/oauth2 from 0.34.0 to 0.35.0 (#978) #1934

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
paths-ignore: [ '**.md' ]
pull_request:
branches: [ main ]
paths-ignore: [ '**.md' ]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
cache: true
- name: Golangci lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.6.2