Skip to content

Bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 #365

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

Bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 #365

Workflow file for this run

name: Tests
on:
pull_request_target:
branches:
- 'main'
push:
branches:
- 'main'
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
terraform:
- '1.3.*'
- '1.2.*'
- '1.1.*'
- '1.0.*'
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
if: "contains(github.event_name, 'pull_request')"
with:
ref: refs/pull/${{ github.event.pull_request.number }}/merge
- name: checkout from push event
if: github.event_name == 'push'
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version-file: ./go.mod
- uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0
with:
terraform_version: ${{ matrix.terraform }}
terraform_wrapper: false
- run: go mod download
- run: go build -v .
- run: TF_ACC=1 go test -v -cover ./internal/provider/