Skip to content

Bump github.com/hashicorp/go-getter from 1.7.1 to 1.7.5 in /provider #76

Bump github.com/hashicorp/go-getter from 1.7.1 to 1.7.5 in /provider

Bump github.com/hashicorp/go-getter from 1.7.1 to 1.7.5 in /provider #76

Workflow file for this run

name: pull-request
on:
pull_request:
branches: [ master ]
jobs:
examples-test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
8.0.x
- uses: actions/setup-go@v4
with:
go-version: '>=1.17.0'
- name: setup
run: |
curl -fsSL https://get.pulumi.com | sh
- name: Local Tests
run: ./local_tests.sh