Skip to content

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

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

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

Workflow file for this run

on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
name: Test
jobs:
test:
strategy:
matrix:
platform: [ubuntu-latest]
go-version:
- 1.20.x
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test ./...
env:
ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH: go1.20