Skip to content

Added v1.1.0 to changelog #16

Added v1.1.0 to changelog

Added v1.1.0 to changelog #16

Workflow file for this run

name: golangci-lint
'on':
'push':
'tags':
- 'v*'
'branches':
- '*'
'pull_request':
jobs:
golangci:
runs-on:
${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/[email protected]
with:
# This field is required. Dont set the patch version to always use
# the latest patch version.
version: v1.56.2