Skip to content

Bump github.com/hashicorp/go-getter from 1.7.3 to 1.7.5 #656

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

Bump github.com/hashicorp/go-getter from 1.7.3 to 1.7.5 #656

Workflow file for this run

on:
pull_request:
push:
branches:
- main
name: Build
jobs:
build:
runs-on: ubuntu-latest
name: build
steps:
- uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: 1.22
- run: go build ./...