Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

chore(deps): bump golang.org/x/term from 0.16.0 to 0.17.0 #282

chore(deps): bump golang.org/x/term from 0.16.0 to 0.17.0

chore(deps): bump golang.org/x/term from 0.16.0 to 0.17.0 #282

Workflow file for this run

name: golangci-lint
on: [ pull_request ]
jobs:
golangci:
if: "!contains(github.event.head_commit.message, 'autoupdate')"
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '>=1.20.2'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest