Skip to content

Bump github.com/charmbracelet/bubbletea from 1.2.3 to 1.2.4 in the all group #94

Bump github.com/charmbracelet/bubbletea from 1.2.3 to 1.2.4 in the all group

Bump github.com/charmbracelet/bubbletea from 1.2.3 to 1.2.4 in the all group #94

Workflow file for this run

# SPDX-FileCopyrightText: 2019 Replicated, Inc.
#
# SPDX-License-Identifier: Apache-2.0
name: test
on:
pull_request:
branches: [main]
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run tests
run: |
go test -v ./...