Skip to content

chore(deps): bump github.com/charmbracelet/lipgloss from 1.0.0 to 1.1.0 #87

chore(deps): bump github.com/charmbracelet/lipgloss from 1.0.0 to 1.1.0

chore(deps): bump github.com/charmbracelet/lipgloss from 1.0.0 to 1.1.0 #87

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Start LocalStack
uses: LocalStack/setup-localstack@v0.2.4
with:
image-tag: "4.6.0"
install-awslocal: "true"
use-pro: "true"
env:
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
- name: Install Terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_version: "1.0.11"
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.24"
- uses: actions/checkout@v4
- name: Run Tests
run: |
go test -v ./...
env:
INFRASPEC_TELEMETRY_DISABLED: "1"