Skip to content

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

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

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

Workflow file for this run

name: Golangci-Lint
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Setup Go
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
with:
go-version: 1.20.x
- run: go mod vendor
- name: Run golangci-lint
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6
with:
version: v1.64.8