Skip to content

🌱 Bump github.com/hashicorp/go-tfe from 1.62.0 to 1.67.1 #1439

🌱 Bump github.com/hashicorp/go-tfe from 1.62.0 to 1.67.1

🌱 Bump github.com/hashicorp/go-tfe from 1.62.0 to 1.67.1 #1439

Workflow file for this run

name: Unit tests
on:
schedule:
- cron: '15 5 * * *'
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version-file: 'go.mod'
- name: Run Unit tests
run: |
make test-api
make test-internal