Skip to content

fix(deps): update module github.com/hashicorp/go-tfe to v1 #681

fix(deps): update module github.com/hashicorp/go-tfe to v1

fix(deps): update module github.com/hashicorp/go-tfe to v1 #681

Workflow file for this run

name: Test
on:
push:
branches:
- master
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: Test
env:
TF_TOKEN: ${{ secrets.TF_TOKEN_OSS }}
TF_ORGANIZATION: takescoop-oss
run: go test -v ./...