Skip to content

Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.26.1 to 2.31.0 #60

Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.26.1 to 2.31.0

Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.26.1 to 2.31.0 #60

Workflow file for this run

name: Tests
on:
pull_request:
push:
jobs:
build:
name: Build
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Set up Go
uses: actions/[email protected]
with:
go-version: '1.20'
id: go
- name: Check out code into the Go module directory
uses: actions/[email protected]
- name: Get dependencies
run: |
go mod download
- name: Build
run: |
go build -v .