Skip to content

chore(deps): bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 #307

chore(deps): bump golang.org/x/oauth2 from 0.23.0 to 0.24.0

chore(deps): bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 #307

Workflow file for this run

name: Lint Golang code
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: check out code
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22
cache: false
- name: run linter
uses: golangci/golangci-lint-action@v6
with:
version: v1.58.2