Skip to content

chore(deps): bump github.com/hashicorp/hc-install from 0.7.0 to 0.8.0 #16

chore(deps): bump github.com/hashicorp/hc-install from 0.7.0 to 0.8.0

chore(deps): bump github.com/hashicorp/hc-install from 0.7.0 to 0.8.0 #16

Workflow file for this run

name: pr-style
on:
pull_request:
branches:
- main
- release-**
paths:
- '.github/workflows/pr-style.yml'
- 'pkg/**'
- 'go.mod'
- 'go.sum'
merge_group:
branches:
- main
- release-**
paths:
- '.github/workflows/pr-style.yml'
- 'pkg/**'
- 'go.mod'
- 'go.sum'
workflow_dispatch:
jobs:
style-check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Mod Tidy Check
shell: bash
run: make mod-tidy-check
- name: Lint Check
shell: bash
run: make lint