From d5b3190296ac78ff9da34ff297951e232795ba66 Mon Sep 17 00:00:00 2001 From: AH-dark Date: Sun, 10 Sep 2023 12:51:19 +0800 Subject: [PATCH] ci(codeql): install go in version 1.21 --- .github/workflows/codeql.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1b6c23f..2708521 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -36,6 +36,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 + - name: Set up Go + uses: actions/setup-go@v4 + with: + go-version: '1.21' + # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v2