From 0a2e55f7bcfbe9427ec9ecbc6a20ea14f659d896 Mon Sep 17 00:00:00 2001 From: Igor Gov Date: Tue, 1 Feb 2022 14:17:56 +0200 Subject: [PATCH] Fix lint errors file not found (#740) Co-authored-by: Igor Gov --- .github/workflows/static_code_analysis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/static_code_analysis.yml b/.github/workflows/static_code_analysis.yml index 21d5d5436..c31d2fb4a 100644 --- a/.github/workflows/static_code_analysis.yml +++ b/.github/workflows/static_code_analysis.yml @@ -15,6 +15,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - uses: actions/setup-go@v2 + with: + go-version: '^1.16' - name: Install dependencies run: |