Skip to content

Bump github.com/hashicorp/hc-install from 0.6.0 to 0.6.2 #91

Bump github.com/hashicorp/hc-install from 0.6.0 to 0.6.2

Bump github.com/hashicorp/hc-install from 0.6.0 to 0.6.2 #91

Workflow file for this run

name: golangci-lint
on:
push:
tags-ignore:
- "*.*.*"
branches:
- master
- main
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3