Skip to content

Bump github.com/hashicorp/hc-install from 0.6.0 to 0.6.2 (#36) #74

Bump github.com/hashicorp/hc-install from 0.6.0 to 0.6.2 (#36)

Bump github.com/hashicorp/hc-install from 0.6.0 to 0.6.2 (#36) #74

Workflow file for this run

name: go test
on:
push:
tags-ignore:
- "*.*.*"
branches:
- master
- main
pull_request:
jobs:
test:
strategy:
fail-fast: false
matrix:
go: ["1.18"]
os: [ubuntu-latest, macOS-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- uses: actions/checkout@v4
- name: go test
run: "AT=true go test -v -race -coverprofile=coverage.txt -covermode=atomic ./..."