Skip to content

Bump golang.org/x/oauth2 from 0.18.0 to 0.24.0 #52

Bump golang.org/x/oauth2 from 0.18.0 to 0.24.0

Bump golang.org/x/oauth2 from 0.18.0 to 0.24.0 #52

Workflow file for this run

name: golangci-lint
on:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golangci-lint
uses: wandera/golangci-lint-action@v4
with:
version: v1.55.2