Skip to content

chore(deps): bump github.com/hashicorp/terraform-plugin-go from 0.19.0 to 0.19.1 #3857

chore(deps): bump github.com/hashicorp/terraform-plugin-go from 0.19.0 to 0.19.1

chore(deps): bump github.com/hashicorp/terraform-plugin-go from 0.19.0 to 0.19.1 #3857

Workflow file for this run

# Run unit tests that don't require secrets on any branch/fork pull request
on:
pull_request:
name: Unit tests
jobs:
unit:
runs-on: ubuntu-latest
strategy:
matrix:
target:
- docs-check
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: ./go.mod
- name: Install dependencies
run: make dev-setup
- name: make ${{ matrix.target }}
run: make ${{ matrix.target }}