From d6fae3b592c0de70702b189fa041b836b599d5c6 Mon Sep 17 00:00:00 2001 From: Jacob Gadikian Date: Tue, 12 Dec 2023 20:20:03 +0700 Subject: [PATCH] Update Golang in codeQL (#897) --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d6f84d438..13a60c24c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: 1.19.5 + go-version: 1.21.5 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v2