Skip to content

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

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

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

name: golangci-lint
on:
push:
branches:
- master
pull_request:
env:
GO_VERSION: "1.22"
jobs:
golangci:
name: lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.57