Skip to content

feat(deps): bump golang.org/x/text from 0.14.0 to 0.15.0 #97

feat(deps): bump golang.org/x/text from 0.14.0 to 0.15.0

feat(deps): bump golang.org/x/text from 0.14.0 to 0.15.0 #97

Workflow file for this run

name: golangci-lint
on:
push:
paths:
- '**.go'
branches:
- master
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.17'
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.50.0
args: -c .golang-ci.yml -v --timeout=5m
env:
GO111MODULES: off