Skip to content

build(deps): bump github.com/hashicorp/terraform-plugin-go from 0.19.1 to 0.20.0 #51

build(deps): bump github.com/hashicorp/terraform-plugin-go from 0.19.1 to 0.20.0

build(deps): bump github.com/hashicorp/terraform-plugin-go from 0.19.1 to 0.20.0 #51

Workflow file for this run

name: CI
on:
pull_request:
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Set up Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version-file: 'go.mod'
- name: Lint
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
with:
version: v1.55.2
args: --timeout 2m0s
skip-cache: true
- name: Check
run: make install
- name: Docs
run: make docs