Skip to content

go: bump github.com/charmbracelet/bubbletea from 1.3.7 to 1.3.8 #768

go: bump github.com/charmbracelet/bubbletea from 1.3.7 to 1.3.8

go: bump github.com/charmbracelet/bubbletea from 1.3.7 to 1.3.8 #768

---
name: "Check: golangci-lint"
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # ratchet:actions/checkout@v4
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # ratchet:actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: golangci-lint
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # ratchet:golangci/golangci-lint-action@v8
with:
version: v2.4