Skip to content

chore(deps): bump golang.org/x/text from 0.15.0 to 0.16.0 #266

chore(deps): bump golang.org/x/text from 0.15.0 to 0.16.0

chore(deps): bump golang.org/x/text from 0.15.0 to 0.16.0 #266

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
-
name: checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: 'true'
-
name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --issues-exit-code=0
only-new-issues: true