Skip to content

Bump github.com/hashicorp/go-tfe from 1.40.0 to 1.41.0 #353

Bump github.com/hashicorp/go-tfe from 1.40.0 to 1.41.0

Bump github.com/hashicorp/go-tfe from 1.40.0 to 1.41.0 #353

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3