Skip to content

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

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 #217

Workflow file for this run

name: linting
on: push
permissions: read-all
jobs:
linting:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: go mod download
- name: Golangci-lint
uses: golangci/[email protected]