Skip to content

build(deps): bump github.com/hashicorp/hcp-sdk-go from 0.111.0 to 0.112.0 #845

build(deps): bump github.com/hashicorp/hcp-sdk-go from 0.111.0 to 0.112.0

build(deps): bump github.com/hashicorp/hcp-sdk-go from 0.111.0 to 0.112.0 #845

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
paths-ignore: [ '**.md' ]
pull_request:
branches: [ main ]
paths-ignore: [ '**.md' ]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true
- name: Golangci lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.56.0