Setup golangci-lint GitHub action.

Part of "Enhance the static-analysis workflow" issue. #14164

Signed-off-by: Cenk Alti <cenkalti@gmail.com>
This commit is contained in:
Cenk Alti
2022-08-27 14:06:11 -04:00
parent eb25e433cd
commit 66d37aaf1d
2 changed files with 5 additions and 1 deletions

View File

@@ -13,6 +13,10 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: "1.17.8"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.49.0
- run: date
- env:
TARGET: ${{ matrix.target }}