Skip to content

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

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

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

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
check-latest: true
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
args: --timeout=10m