Skip to content

Support UTF-8 label matchers: Add compat package with feature flag and use in amtool #7

Support UTF-8 label matchers: Add compat package with feature flag and use in amtool

Support UTF-8 label matchers: Add compat package with feature flag and use in amtool #7

Workflow file for this run

name: golangci-lint
on:
pull_request:
paths:
- "go.sum"
- "go.mod"
- "**.go"
- "scripts/errcheck_excludes.txt"
- ".github/workflows/golangci-lint.yml"
- ".golangci.yml"
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: install Go
uses: actions/setup-go@v2
with:
go-version: 1.19.x
- run: make build
- name: Lint
uses: golangci/[email protected]
with:
version: v1.51.2