Skip to content

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

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

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

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
args: --timeout 3m --verbose