From 4f747c8884dc01379c1511094cf6dbde76d6e8dd Mon Sep 17 00:00:00 2001 From: Jacob Gadikian Date: Tue, 12 Dec 2023 20:15:48 +0700 Subject: [PATCH] Update Golang in codeQL --- .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