Skip to content

update README for release 1.2.20. #363

update README for release 1.2.20.

update README for release 1.2.20. #363

Workflow file for this run

name: Lint
on:
push:
tags:
- '*'
branches:
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/[email protected]
with:
go-version: 1.21.0
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/[email protected]
with:
version: latest
args: -v --disable lll --disable interfacer --disable gochecknoglobals