Skip to content

deps: bump github.com/mattn/go-tty from 0.0.5 to 0.0.7 #1198

deps: bump github.com/mattn/go-tty from 0.0.5 to 0.0.7

deps: bump github.com/mattn/go-tty from 0.0.5 to 0.0.7 #1198

Workflow file for this run

on:
push:
branches:
- master
pull_request:
name: Lint
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.59.0