Skip to content

chore(deps): bump golang.org/x/term from 0.41.0 to 0.42.0 #800

chore(deps): bump golang.org/x/term from 0.41.0 to 0.42.0

chore(deps): bump golang.org/x/term from 0.41.0 to 0.42.0 #800

Workflow file for this run

name: golangci-lint
on: [push, pull_request]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: "stable"
cache-dependency-path: go.sum
- name: golangci-lint
run: go run github.com/golangci/golangci-lint/cmd/golangci-lint@latest run ./...