Skip to content

chore(deps): bump github.com/charmbracelet/bubbletea from 0.26.4 to 1.0.0 #130

chore(deps): bump github.com/charmbracelet/bubbletea from 0.26.4 to 1.0.0

chore(deps): bump github.com/charmbracelet/bubbletea from 0.26.4 to 1.0.0 #130

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
tags: [ v* ]
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
strategy:
matrix:
go-version: ["1.22.x"]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Checkout
uses: actions/checkout@v4
- name: Run tests with race detector
run: go test -count=1 -race ./...
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest