Skip to content

Bump golang.org/x/term from 0.15.0 to 0.16.0 #88

Bump golang.org/x/term from 0.15.0 to 0.16.0

Bump golang.org/x/term from 0.15.0 to 0.16.0 #88

Workflow file for this run

---
name: Lint
on:
push:
branches: [ master ]
paths-ignore: [ '**.md' ]
pull_request:
branches: [ master ]
paths-ignore: [ '**.md' ]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- uses: golangci/golangci-lint-action@v3
with:
version: v1.51.0