Skip to content

chore(deps): bump github.com/hashicorp/hc-install from 0.8.1 to 0.9.0 #13

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

chore(deps): bump github.com/hashicorp/hc-install from 0.8.1 to 0.9.0 #13

Workflow file for this run

name: pr-ut
on:
pull_request:
branches:
- main
paths:
- '.github/workflows/pr-ut.yml'
- 'pkg/**'
- 'go.mod'
- 'go.sum'
merge_group:
branches:
- main
paths:
- '.github/workflows/pr-ut.yml'
- 'pkg/**'
- 'go.mod'
- 'go.sum'
workflow_dispatch:
jobs:
unit-test:
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: Unit test
shell: bash
run: make ut