Skip to content

Bump github.com/charmbracelet/bubbletea from 0.26.4 to 1.1.0 #175

Bump github.com/charmbracelet/bubbletea from 0.26.4 to 1.1.0

Bump github.com/charmbracelet/bubbletea from 0.26.4 to 1.1.0 #175

Workflow file for this run

name: CI
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
workflow_dispatch:
jobs:
build-and-test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Setup Go environment
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: go mod dowload
run: go mod download
- name: go build
run: go build -v
- name: go vet
run: go vet ./...
- name: go test
run: go test ./... -v
- uses: dominikh/[email protected]
with:
version: "latest"
install-go: false