Skip to content

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

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

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

Workflow file for this run

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