From a6b795b3affc20d368766ba3b37ef3bbebc805c7 Mon Sep 17 00:00:00 2001 From: Aleksander Zaruczewski Date: Mon, 5 Feb 2024 19:24:41 +0200 Subject: [PATCH] ci(codeql): add setup Go step --- .github/workflows/lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b5f2b65c..618e03d1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -38,6 +38,9 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + - uses: actions/setup-go@v5 + with: + go-version-file: go.mod - uses: github/codeql-action/init@v3 with: languages: go