From d1149daa0f55517ad6d4b8036f704aae3c62cf11 Mon Sep 17 00:00:00 2001 From: marcello33 Date: Thu, 19 Oct 2023 07:48:17 +0200 Subject: [PATCH] dev: add: install go with go.mod version (#1052) --- .github/workflows/codeql.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index dd40670c8d..6e8f8e0ba8 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -27,6 +27,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 + - name: Install Go + uses: actions/setup-go@v4 + with: + go-version-file: go.mod + - name: Initialize CodeQL uses: github/codeql-action/init@v2 with: