Skip to content

Commit

Permalink
Specify go version for codeQL (#677)
Browse files Browse the repository at this point in the history
* Specify go version for codeQL

---------

Co-authored-by: yuhonghai <[email protected]>
  • Loading branch information
skyargos and kevin-yuhh authored Apr 14, 2023
1 parent 73a5bb9 commit f9811bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3

- uses: actions/setup-go@v4
with:
go-version: '1.18.10'
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down

0 comments on commit f9811bf

Please sign in to comment.