Skip to content

Commit

Permalink
Set GOFLAGS for lint step
Browse files Browse the repository at this point in the history
  • Loading branch information
bai committed Feb 1, 2022
1 parent 8228604 commit c195179
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@v2
if: ${{ matrix.go-version == '1.17.x' }}
env:
GOFLAGS: -tags=functional
with:
version: v1.44.0

Expand Down

0 comments on commit c195179

Please sign in to comment.