Skip to content

build(deps): bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 #150

build(deps): bump golang.org/x/oauth2 from 0.18.0 to 0.19.0

build(deps): bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 #150

Workflow file for this run

name: golangci-lint
on:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "./go.mod"
- name: golangci-lint
uses: golangci/golangci-lint-action@v4