Skip to content

Bump golang.org/x/oauth2 from 0.34.0 to 0.35.0 #134

Bump golang.org/x/oauth2 from 0.34.0 to 0.35.0

Bump golang.org/x/oauth2 from 0.34.0 to 0.35.0 #134

Workflow file for this run

name: golangci-lint
on:
pull_request:
branches:
- 'main'
permissions: {}
jobs:
golangci-lint:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
with:
go-version: '1.24'
check-latest: true
- name: golangci-lint
run: |
make lint