Skip to content

Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.28.0 to 2.29.0 #139

Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.28.0 to 2.29.0

Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.28.0 to 2.29.0 #139

Workflow file for this run

---
name: static check
on:
pull_request:
paths-ignore:
- 'docs/'
- 'templates/'
- 'CHANGELOG.md'
- 'README.md'
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.20.x
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3