Skip to content

fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.35.0 #463

fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.35.0

fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.35.0 #463

Workflow file for this run

name: Golangci-lint
on:
push:
branches:
- master
pull_request:
jobs:
golangci-lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Checkout
uses: actions/checkout@v4
- name: Golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: 'v1.54'