Skip to content

chore(deps): bump github.com/hashicorp/go-tfe from 1.87.0 to 1.88.0 #377

chore(deps): bump github.com/hashicorp/go-tfe from 1.87.0 to 1.88.0

chore(deps): bump github.com/hashicorp/go-tfe from 1.87.0 to 1.88.0 #377

Workflow file for this run

---
name: Go Test
on:
push:
branches: [ main ]
pull_request:
concurrency:
group: ${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: Setup Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version-file: go.mod
cache: true
- name: Install dependencies
run: go get .
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...