Skip to content

chore(deps): bump github.com/hashicorp/go-getter from 1.7.1 to 1.7.5 #134

chore(deps): bump github.com/hashicorp/go-getter from 1.7.1 to 1.7.5

chore(deps): bump github.com/hashicorp/go-getter from 1.7.1 to 1.7.5 #134

Workflow file for this run

name: Tests
on:
pull_request:
paths: ["**.go", "go.mod", "go.sum"]
push:
branches:
- main
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
cache: true
- name: Run all tests.
run: make test
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
cache: true
- name: Run all tests.
run: make build