Skip to content

Bump golang.org/x/text from 0.19.0 to 0.20.0 #219

Bump golang.org/x/text from 0.19.0 to 0.20.0

Bump golang.org/x/text from 0.19.0 to 0.20.0 #219

Workflow file for this run

name: Lint Check
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
pull-requests: read
checks: write
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21.x
- run: go version
#- run: diff -u <(echo -n) <(gofmt -d .)
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.56.2
args: --enable=nolintlint,gochecknoinits,bodyclose,gocritic --verbose