Skip to content

Commit

Permalink
update codeql go version
Browse files Browse the repository at this point in the history
Signed-off-by: Benji Visser <[email protected]>
  • Loading branch information
noqcks committed Sep 21, 2023
1 parent 781f840 commit c510231
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:

env:
CODEQL_EXTRACTOR_GO_BUILD_TRACING: on
GO_VERSION: "1.21.x"

permissions:
contents: read
Expand Down Expand Up @@ -58,7 +59,7 @@ jobs:
- name: Set correct version of Golang to use during CodeQL run
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: '1.20'
go-version: ${{ env.GO_VERSION }}
check-latest: true

# Initializes the CodeQL tools for scanning.
Expand Down

0 comments on commit c510231

Please sign in to comment.