Skip to content

feat(deps): bump github.com/charmbracelet/bubbletea from 0.26.4 to 1.0.1 #96

feat(deps): bump github.com/charmbracelet/bubbletea from 0.26.4 to 1.0.1

feat(deps): bump github.com/charmbracelet/bubbletea from 0.26.4 to 1.0.1 #96

Workflow file for this run

---
name: Go unit tests
on:
workflow_dispatch:
push:
pull_request:
env:
GO_VERSION: '~1.22'
jobs:
golangci:
name: Go Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
- name: Test
run: make test