Skip to content

Bump github.com/hashicorp/go-getter from 1.4.0 to 1.7.5 #40

Bump github.com/hashicorp/go-getter from 1.4.0 to 1.7.5

Bump github.com/hashicorp/go-getter from 1.4.0 to 1.7.5 #40

Workflow file for this run

name: verify
on:
pull_request:
branches: [ '*' ]
push:
branches: [ main ]
workflow_dispatch:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Run tests
run: make test
shell: bash