Skip to content

Bump golang.org/x/text from 0.11.0 to 0.13.0 #17

Bump golang.org/x/text from 0.11.0 to 0.13.0

Bump golang.org/x/text from 0.11.0 to 0.13.0 #17

Workflow file for this run

name: Linter
on:
push:
branches-ignore:
- main
jobs:
golangci:
name: Linting Go code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest