From 64ab0917c1ec7fba7f5a2e182b1af8607e115754 Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Mon, 12 Feb 2024 16:25:42 +0000 Subject: [PATCH] feat: update go version --- .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 c551bbf..54b8cd9 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -50,7 +50,7 @@ jobs: # Go should be installed before init phase. - uses: actions/setup-go@v5 with: - go-version: "1.21" + go-version: "1.22" # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL