Skip to content

chore(deps): bump github.com/charmbracelet/lipgloss from 0.6.1-0.20220930064401-ae7c84f7b158 to 0.9.1 #109

chore(deps): bump github.com/charmbracelet/lipgloss from 0.6.1-0.20220930064401-ae7c84f7b158 to 0.9.1

chore(deps): bump github.com/charmbracelet/lipgloss from 0.6.1-0.20220930064401-ae7c84f7b158 to 0.9.1 #109

Workflow file for this run

name: build
on: [push, pull_request]
permissions:
contents: read
pull-requests: read
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout reactea
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ">=1.18"
check-latest: true
- name: Build
run: go build -v ./...