Skip to content

build(deps): bump golang.org/x/oauth2 in the gomod group (#2337) #3012

build(deps): bump golang.org/x/oauth2 in the gomod group (#2337)

build(deps): bump golang.org/x/oauth2 in the gomod group (#2337) #3012

Workflow file for this run

name: GitHub Actions CI
on:
push:
branches: [main]
pull_request: {}
jobs:
ci:
runs-on: ubuntu-latest
env:
GITHUB_TEST_ORGANIZATION: 'kfcampbell-terraform-provider'
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version-file: 'go.mod'
cache: true
- run: make tools
- run: make lint
- run: make website-lint
- run: make build
- run: make test