Skip to content

build(deps): Bump github.com/hashicorp/go-getter from 1.7.3 to 1.7.4 #29

build(deps): Bump github.com/hashicorp/go-getter from 1.7.3 to 1.7.4

build(deps): Bump github.com/hashicorp/go-getter from 1.7.3 to 1.7.4 #29

Workflow file for this run

name: CI
on:
push:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Build
run: |
go mod download
go build -v ./...