Skip to content

chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.16.0 to 2.36.0 #3807

chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.16.0 to 2.36.0

chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.16.0 to 2.36.0 #3807

Workflow file for this run

name: golangci-lint
on:
pull_request:
paths-ignore:
- 'README.md'
push:
paths-ignore:
- 'README.md'
permissions:
contents: read
jobs:
build:
name: Build
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Setup Go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version-file: 'go.mod'
cache: true
- run: go mod download
- run: go build -v .
- name: Run Linters
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
with:
version: latest