Skip to content

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

build(deps): bump golang.org/x/oauth2 from 0.23.0 to 0.27.0

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

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Run linter
uses: golangci/golangci-lint-action@v7
with:
version: v2.0.2