Skip to content

build(deps): bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 (#503) #665

build(deps): bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 (#503)

build(deps): bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 (#503) #665

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
golangci:
name: lint
# no need to run if dependabot is the author
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: "stable"
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/[email protected]
with:
version: latest
args: --timeout 3m